Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f403790cf6
@ -67,7 +67,7 @@ if (MSVC)
|
||||
foreach(CompilerFlag ${CompilerFlags})
|
||||
string(REPLACE "/MD" "/MT" ${CompilerFlag} "${${CompilerFlag}}")
|
||||
endforeach()
|
||||
add_compile_options("/EHa") #We require exception handling
|
||||
add_compile_options("/EHsc") #We require exception handling
|
||||
else()
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3") #-DNDEBUG We want assert!
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user