remove some duplicate options

This commit is contained in:
Jeffrey Hsu 2024-09-09 09:57:25 +08:00
parent be6fc14981
commit 7bc3939581

View File

@ -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)