check-structures-sanity: Set debugger-friendly compiler options

develop
lethosor 2023-08-05 17:03:18 -04:00
parent 1864090bda
commit d152e86013
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -5,4 +5,4 @@ set(PLUGIN_SRCS
validate.cpp
)
dfhack_plugin(check-structures-sanity ${PLUGIN_SRCS} LINK_LIBRARIES lua)
dfhack_plugin(check-structures-sanity ${PLUGIN_SRCS} LINK_LIBRARIES lua COMPILE_FLAGS_GCC "-O0 -ggdb3" COMPILE_FLAGS_MSVC "/Od")