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 0c23704 commit 1deafc0Copy full SHA for 1deafc0
binding.gyp
@@ -12,7 +12,18 @@
12
'MACOSX_DEPLOYMENT_TARGET': '10.7',
13
},
14
'msvs_settings': {
15
- 'VCCLCompilerTool': { 'ExceptionHandling': 1 },
+ 'VCCLCompilerTool': {
16
+ 'ExceptionHandling': 1,
17
+ 'AdditionalOptions': [
18
+ '/Qspectre',
19
+ '/guard:cf'
20
+ ]
21
+ },
22
+ 'VCLinkerTool': {
23
24
25
26
+ }
27
28
'include_dirs': ["<!(node -p \"require('node-addon-api').include_dir\")"],
29
'sources': [
0 commit comments