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
@@ -10,6 +10,7 @@ target_include_directories(${ENGINE} PUBLIC
"../vendor/sol2/include"
"../vendor/stb")
target_link_libraries(${ENGINE} ${ENGINE}-dependencies)
target_compile_options(${ENGINE} PRIVATE ${COMPILE_FLAGS_PROJECT})
# ------------------------------------------