remove some duplicate options
This commit is contained in:
@@ -14,15 +14,6 @@ add_compile_options(
|
|||||||
-Wextra
|
-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
|
# For CURL
|
||||||
set(BUILD_STATIC_LIBS ON)
|
set(BUILD_STATIC_LIBS ON)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|||||||
Reference in New Issue
Block a user