Use this change to make Python happy?

This commit is contained in:
Jorrit Wronski
2016-11-08 11:01:34 +01:00
parent 3905f380e0
commit b4bca550ba

View File

@@ -221,6 +221,11 @@ macro(modify_msvc_flags flag_default) # Use a macro to avoid a new scope
endif()
endmacro()
#if(MSVC)
# add_compiler_flag_release("/EHsc")
# add_compiler_flag_debug("/EHsc")
#endif()
#######################################
# BITNESS #
#-------------------------------------#