remove some duplicate options
This commit is contained in:
parent
be6fc14981
commit
7bc3939581
@ -14,15 +14,6 @@ add_compile_options(
|
||||
-Wextra
|
||||
)
|
||||
|
||||
if (ENABLE_ASAN)
|
||||
add_compile_options(
|
||||
-fsanitize=address
|
||||
-fsanitize=undefined
|
||||
-fno-omit-frame-pointer
|
||||
)
|
||||
message("asan is on. if have any problems, disable it.")
|
||||
endif ()
|
||||
|
||||
# For CURL
|
||||
set(BUILD_STATIC_LIBS ON)
|
||||
if (WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user