summaryrefslogtreecommitdiff
path: root/coreconf
diff options
context:
space:
mode:
Diffstat (limited to 'coreconf')
-rw-r--r--coreconf/WIN32.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreconf/WIN32.mk b/coreconf/WIN32.mk
index 94e19fce8..be795f0ce 100644
--- a/coreconf/WIN32.mk
+++ b/coreconf/WIN32.mk
@@ -264,7 +264,7 @@ ifdef USE_64
ASFLAGS = -nologo -Cp -Sn -Zi $(INCLUDES)
else
AS = ml.exe
- ASFLAGS = -nologo -Cp -Sn -Zi -coff $(INCLUDES)
+ ASFLAGS = -nologo -Cp -Sn -Zi -coff -safeseh $(INCLUDES)
endif
endif