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)
13
13
set (INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /include )
14
14
15
15
# compile options used
16
- add_compile_options (-frtti -fPIE -fPIC -fexceptions -fcoroutines-ts )
16
+ add_compile_options (-frtti -fPIE -fPIC -fexceptions )
17
17
add_compile_options (-Wall -Werror -Wextra -Wno-invalid-offsetof -O3 )
18
18
# Extra -Wno's that were not there originally to make it work
19
19
add_compile_options (-Wno-unused-variable -Wno-unused-function )
20
20
# compile definitions used
21
21
add_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 )
23
25
add_compile_definitions (NEED_UNSAFE_CSHARP )
24
26
add_compile_definitions (NO_VERBOSE_LOGS )
25
27
# For performing debug logging of very hard to diagnose issues
You can’t perform that action at this time.
0 commit comments