diff --git a/CMakeLists.txt b/CMakeLists.txt index ff568fc9d..14079562a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) if(MSVC) add_compile_definitions(_CRT_SECURE_NO_WARNINGS) - add_compile_options(/Za) endif(MSVC) add_subdirectory(math)