We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec35a5 commit 2f477bdCopy full SHA for 2f477bd
node.gypi
@@ -35,6 +35,13 @@
35
'-Werror=undefined-inline',
36
],
37
},
38
+ # Relevant only for x86.
39
+ # Refs: https://docs.microsoft.com/en-us/cpp/build/reference/safeseh-image-has-safe-exception-handlers
40
+ 'msvs_settings': {
41
+ 'VCLinkerTool': {
42
+ 'ImageHasSafeExceptionHandlers': 'false',
43
+ },
44
45
'conditions': [
46
[ 'clang==1', {
47
'cflags': [ '-Werror=undefined-inline', ]
0 commit comments