Meta: Enable ASan and UBSan, disable warnings in vendor directory
(address sanitizer, undefined behavior sanitizer)
This commit is contained in:
@@ -15,6 +15,7 @@ add_executable(${GAME} ${GAME_SOURCES})
|
||||
target_include_directories(${GAME} PRIVATE
|
||||
"src")
|
||||
target_link_libraries(${GAME} ${ENGINE})
|
||||
target_compile_options(${GAME} PRIVATE ${COMPILE_FLAGS_PROJECT})
|
||||
|
||||
target_precompile_headers(${GAME} REUSE_FROM ${ENGINE})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user