fixed after breaking everything with errno.h and vector.h changes, config still borked
This commit is contained in:
parent
2df9f318a5
commit
cdd6c3976b
18 changed files with 86 additions and 84 deletions
|
|
@ -16,7 +16,7 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||
endif()
|
||||
|
||||
add_compile_options(
|
||||
"-Wall" "-Wextra" "-Werror" "-Wpedantic" "-fexceptions"
|
||||
"-Wall" "-Werror" "-fexceptions"
|
||||
"$<$<CONFIG:DEBUG>:-O0;-g3;-ggdb;-DARC_DEBUG;>"
|
||||
"$<$<CONFIG:RELEASE>:-02;-g;>"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue