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