aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/makefile.pd-msvc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/makefile.pd-msvc')
-rw-r--r--externals/grill/vasp/makefile.pd-msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/vasp/makefile.pd-msvc b/externals/grill/vasp/makefile.pd-msvc
index 1ab086f8..f43a2b9d 100644
--- a/externals/grill/vasp/makefile.pd-msvc
+++ b/externals/grill/vasp/makefile.pd-msvc
@@ -17,7 +17,7 @@ LIBS=pd.lib pthreadVC.lib flext_t-pdwin.lib
# compiler definitions and flags
DEFS=/DFLEXT_SYS=2 /DFLEXT_THREADS
-CFLAGS=/GR /GX- /GD /G6 /Ox /MT
+CFLAGS=/GR /G6 /Ox /MT /EHsc
# the rest can stay untouched
# ----------------------------------------------