diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-03 10:53:32 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-03 10:53:52 +0200 |
commit | 8102d3f91699a9a576b5ceacb62906e9d6dd807c (patch) | |
tree | 723787f918b5f12da2a1d8a5abcca7ad1883cfb4 /solenv/gbuild | |
parent | af5fabc13f293d3064688abc4b0747dc9dc5cb0a (diff) |
exclude the -safeseh from 64-bit windows
Change-Id: I341a7c3bdd00de5e4f3e097c32fb05cff62b10b7
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_class.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk index a93a130a2ace..e8c30bfab584 100644 --- a/solenv/gbuild/platform/com_MSC_class.mk +++ b/solenv/gbuild/platform/com_MSC_class.mk @@ -236,7 +236,7 @@ gb_Windows_PE_TARGETTYPEFLAGS := \ -opt:noref \ -incremental:no \ -debug \ - -safeseh \ + $(if $(filter NO,$(LIBRARY_X64)), -safeseh) \ -nxcompat \ -dynamicbase \ -manifest |