diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-03 09:48:32 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-03 09:49:09 +0200 |
commit | 54aac00e51652deec3d71524eec97f171c5cd40e (patch) | |
tree | 123ec17c6e0b3581daf05eb7407e8ed49694e353 /solenv | |
parent | 30d8575cf59d3bc1feee2643d52c986004eb652a (diff) |
Build msc .exe and .dll executables with -safeseh flag
Change-Id: Iabebc288b68a6729aae05e2875f7bb39d923699a
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_class.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk index bafa63f6c22e..a93a130a2ace 100644 --- a/solenv/gbuild/platform/com_MSC_class.mk +++ b/solenv/gbuild/platform/com_MSC_class.mk @@ -236,6 +236,7 @@ gb_Windows_PE_TARGETTYPEFLAGS := \ -opt:noref \ -incremental:no \ -debug \ + -safeseh \ -nxcompat \ -dynamicbase \ -manifest |