disable asan for win
This commit is contained in:
parent
7619dbdaaa
commit
33a8c8b586
@ -13,15 +13,19 @@ add_compile_options(
|
||||
-Wextra
|
||||
-O0
|
||||
-g3
|
||||
-fsanitize=address
|
||||
-fsanitize=undefined
|
||||
-fno-omit-frame-pointer
|
||||
)
|
||||
|
||||
add_link_options(
|
||||
-fsanitize=address
|
||||
-fsanitize=undefined
|
||||
)
|
||||
if (UNIX)
|
||||
add_compile_options(
|
||||
-fsanitize=address
|
||||
-fsanitize=undefined
|
||||
)
|
||||
add_link_options(
|
||||
-fsanitize=address
|
||||
-fsanitize=undefined
|
||||
)
|
||||
endif ()
|
||||
|
||||
FetchContent_Declare(
|
||||
googletest
|
||||
|
Loading…
x
Reference in New Issue
Block a user