aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-11 12:32:42 +0000
committerlloyd <[email protected]>2010-06-11 12:32:42 +0000
commit19278e2242fc5f9b32b294d27b1c20d69b1f7bbc (patch)
tree99cf980187e2c398b27771d3133a7cdeff06c0ed /src/build-data
parenteb7b919a345baccf68ab4f58257a5ff2da3b1496 (diff)
Include generic mp_asmi.h for MSVC
Don't use /EHc; it says "C" functions are nothrow, which is not true for bigint_sub2_rev. Include needed <intrin.h> for mp_asm.h
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/cc/msvc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt
index 273f1c5c0..24d91b3f3 100644
--- a/src/build-data/cc/msvc.txt
+++ b/src/build-data/cc/msvc.txt
@@ -11,7 +11,7 @@ add_lib_option ""
no_debug_flags "/O2"
debug_flags "/Od /Zi /DDEBUG"
check_opt_flags "/O2 /D_CONSOLE"
-lang_flags "/EHsc /GR"
+lang_flags "/EHs /GR"
warning_flags "/W3 /wd4275"
shared_flags "/DBOTAN_DLL=__declspec(dllexport)"