From f2bfea9c8e7d4da035a22eb46c3e5d564b69f984 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 29 Aug 2016 15:53:27 +0200 Subject: cmake/msvc: /EHscr generates epilogues, do /EHsc for no checking --- cmake/msvc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake index 6c7021f8..9e3df668 100644 --- a/cmake/msvc.cmake +++ b/cmake/msvc.cmake @@ -12,7 +12,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) # oldest CPU supported here is Northwood-based Pentium 4. -sh 20150811 -set(cc "/Ox /arch:SSE2 /EHscr /fp:fast /GS- /GF /GL /GR- /Gy /MT /Y- /Zi") +set(cc "/Ox /arch:SSE2 /EHsc /fp:fast /GS- /GF /GL /GR- /Gy /MT /Zi") set(warns_ "") -- cgit v1.2.3