mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Build with asan
This commit is contained in:
@@ -99,9 +99,8 @@ endif()
|
||||
##########################################
|
||||
|
||||
if(MOMO_ENABLE_SANITIZER)
|
||||
momo_add_c_and_cxx_compile_options(
|
||||
-fsanitize=address
|
||||
)
|
||||
momo_add_c_and_cxx_compile_options(-fsanitize=address)
|
||||
add_link_options(-fsanitize=address)
|
||||
endif()
|
||||
|
||||
##########################################
|
||||
|
||||
Reference in New Issue
Block a user