Added /permissive-

This commit is contained in:
Groove 2018-07-15 19:35:36 +02:00
parent 1183d39f43
commit 3b98e220bc

View File

@ -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()