summaryrefslogtreecommitdiff
path: root/src/vm/wks
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2015-12-05 12:24:32 +0200
committerMike Danes <onemihaid@hotmail.com>2015-12-06 18:06:15 +0200
commit03fe85991f055fcad160407e8f03f6aa54112740 (patch)
treec4f19e57e98962446e35647a358c254abb7ccceb /src/vm/wks
parentc28fdd314ee4bdcaab02689cf47b0fb497b0bca2 (diff)
downloadcoreclr-03fe85991f055fcad160407e8f03f6aa54112740.tar.gz
coreclr-03fe85991f055fcad160407e8f03f6aa54112740.tar.bz2
coreclr-03fe85991f055fcad160407e8f03f6aa54112740.zip
Enable SAFESEH in the Windows x86 build
Diffstat (limited to 'src/vm/wks')
-rw-r--r--src/vm/wks/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/wks/CMakeLists.txt b/src/vm/wks/CMakeLists.txt
index 06cf425dc6..1b232b7b19 100644
--- a/src/vm/wks/CMakeLists.txt
+++ b/src/vm/wks/CMakeLists.txt
@@ -36,7 +36,7 @@ foreach(CONFIG IN LISTS CMAKE_CONFIGURATION_TYPES)
endforeach()
if (CLR_CMAKE_PLATFORM_ARCH_I386)
- set_source_files_properties(${VM_SOURCES_WKS_ARCH_ASM} PROPERTIES COMPILE_FLAGS "/Zm")
+ set_source_files_properties(${VM_SOURCES_WKS_ARCH_ASM} PROPERTIES COMPILE_FLAGS "/Zm /safeseh")
endif (CLR_CMAKE_PLATFORM_ARCH_I386)
# Convert AsmConstants.h into AsmConstants.inc