Skip to content

Commit fdee12d

Browse files
committed
remove redundant /Za for VC
1 parent 961549f commit fdee12d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
4545

4646
if(MSVC)
4747
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
48-
add_compile_options(/Za)
4948
endif(MSVC)
5049

5150
add_subdirectory(math)

0 commit comments

Comments
 (0)