★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/2f477bd34dNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
build,win: mark x86 image as not SAFESEH
Refs: https://docs.microsoft.com/en-us/cpp/build/reference/safeseh-image-has-safe-exception-handlers

PR-URL: #25852
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
  • Loading branch information
refack authored and targos committed Mar 14, 2019
1 parent cec35a5 commit 2f477bd34de128683c8d183e759b8f098205b1c9
Showing with 7 additions and 0 deletions.
  1. +7 −0 node.gypi
@@ -35,6 +35,13 @@
'-Werror=undefined-inline',
],
},
# Relevant only for x86.
# Refs: https://docs.microsoft.com/en-us/cpp/build/reference/safeseh-image-has-safe-exception-handlers
'msvs_settings': {
'VCLinkerTool': {
'ImageHasSafeExceptionHandlers': 'false',
},
},
'conditions': [
[ 'clang==1', {
'cflags': [ '-Werror=undefined-inline', ]

0 comments on commit 2f477bd

Please sign in to comment.