remove unused definitions

(the sanitizer does not work like this, it would need also linker flags)
This commit is contained in:
Mirko Scholz 2020-09-05 11:01:04 +02:00
parent 96f70c9474
commit be1033274a

View File

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