Disable Dobby SymbolResolver (#1976)

This commit is contained in:
LoveSy 2022-06-06 17:34:16 +08:00 committed by GitHub
parent c10d4dd837
commit f3055202da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ macro(SET_OPTION option value)
endmacro()
SET_OPTION(DOBBY_GENERATE_SHARED OFF)
SET_OPTION(Plugin.SymbolResolver OFF)
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
SET_OPTION(DOBBY_DEBUG OFF)
endif ()