remove redundant /Za for VC

This commit is contained in:
Krishna Vedala 2020-05-26 09:50:41 -04:00
parent 961549fa16
commit fdee12d82a
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -45,7 +45,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
if(MSVC) if(MSVC)
add_compile_definitions(_CRT_SECURE_NO_WARNINGS) add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
add_compile_options(/Za)
endif(MSVC) endif(MSVC)
add_subdirectory(math) add_subdirectory(math)