Explorar el Código

Merge topic 'intel-Windows-EHsc'

4f80896 Intel: On Windows use /EHsc instead of deprecated /GX (#13163)
David Cole hace 13 años
padre
commit
8bb46ee787
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Modules/Platform/Windows-Intel-CXX.cmake

+ 1 - 1
Modules/Platform/Windows-Intel-CXX.cmake

@@ -1,4 +1,4 @@
 include(Platform/Windows-Intel)
 set(_COMPILE_CXX " /TP")
-set(_FLAGS_CXX " /GX /GR")
+set(_FLAGS_CXX " /EHsc /GR")
 __windows_compiler_intel(CXX)