Meta: Enable ASan and UBSan, disable warnings in vendor directory

(address sanitizer, undefined behavior sanitizer)
This commit is contained in:
Riyyi
2024-08-29 22:15:13 +02:00
parent 6b6c588378
commit 3ae6ecae8a
4 changed files with 25 additions and 10 deletions
+1
View File
@@ -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})