Meta: Enable ASan and UBSan, disable warnings in vendor directory
(address sanitizer, undefined behavior sanitizer)
This commit is contained in:
@@ -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})
|
||||
|
||||
# ------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user