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
@@ -33,3 +33,4 @@ target_include_directories(${ENGINE}-dependencies PUBLIC
"glad/include"
"lua")
target_link_libraries(${ENGINE}-dependencies glfw ruc ruc-test assimp)
target_compile_options(${ENGINE}-dependencies PRIVATE ${COMPILE_FLAGS_DEPS})