Browse Source

Added /permissive-

Groove 7 years ago
parent
commit
3b98e220bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -57,6 +57,7 @@ else()
 	set(CMAKE_CXX_EXTENSIONS OFF)
 	if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
 		add_compile_options(/Za)
+		add_compile_options(/permissive-)
 	endif()
 endif()