remove /Z option from cmake MSVC

This commit is contained in:
Krishna Vedala 2020-06-30 13:38:53 -04:00
parent 9ca22bc70c
commit c3f220098f
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ set(CMAKE_C_STANDARD_REQUIRED YES)
if(MSVC)
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
add_compile_options(/Za)
# add_compile_options(/Za)
endif(MSVC)
find_library(MATH_LIBRARY m)