File tree Expand file tree Collapse file tree 4 files changed +342
-354
lines changed Expand file tree Collapse file tree 4 files changed +342
-354
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ set(SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
1313set (INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /include )
1414
1515# compile options used
16- add_compile_options (-frtti -fPIE -fPIC -fexceptions -fcoroutines-ts )
16+ add_compile_options (-frtti -fPIE -fPIC -fexceptions)
1717add_compile_options (-Wall -Werror -Wextra -Wno-invalid-offsetof -O3)
1818# Extra -Wno's that were not there originally to make it work
1919add_compile_options (-Wno-unused-variable -Wno-unused-function)
2020# compile definitions used
2121add_compile_definitions (VERSION =\"${MOD_VERSION} \")
22- add_compile_definitions (ID=\"${MOD_ID} \")
22+ add_compile_definitions (MOD_ID=\"${MOD_ID} \")
23+ # TODO: Implement more robustly
24+ add_compile_definitions (VERSION_LONG=1)
2325add_compile_definitions (NEED_UNSAFE_CSHARP)
2426add_compile_definitions (NO_VERBOSE_LOGS)
2527# For performing debug logging of very hard to diagnose issues
You can’t perform that action at this time.
0 commit comments