fixed after breaking everything with errno.h and vector.h changes, config still borked

This commit is contained in:
herbglitch 2024-08-28 02:57:29 -06:00
parent 2df9f318a5
commit cdd6c3976b
18 changed files with 86 additions and 84 deletions

View file

@ -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;>"
)