remove unused definitions
(the sanitizer does not work like this, it would need also linker flags)
This commit is contained in:
parent
96f70c9474
commit
be1033274a
@ -10,8 +10,6 @@ if(MSVC)
|
||||
add_compile_options(/W4 /WX)
|
||||
else()
|
||||
add_compile_options(-Wall -Wextra -pedantic)
|
||||
set(cpp_flags -std=c++11 -fsanitize=address,undefined)
|
||||
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:${cxx_flags}>")
|
||||
endif()
|
||||
|
||||
# Directory with source code
|
||||
|
Loading…
Reference in New Issue
Block a user