We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece5c77 commit 1472d8aCopy full SHA for 1472d8a
1 file changed
binding.gyp
@@ -9,24 +9,24 @@
9
'SpectreMitigation': 'Spectre'
10
},
11
'msvs_settings': {
12
- 'VCCLCompilerTool': {
13
- 'AdditionalOptions': [
14
- '/guard:cf',
15
- '/sdl',
16
- '/W3',
17
- '/we4146',
18
- '/we4244',
19
- '/we4267',
20
- '/ZH:SHA_256'
21
- ]
22
- },
23
- 'VCLinkerTool': {
24
25
- '/DYNAMICBASE',
26
- '/guard:cf'
27
28
- }
+ 'VCCLCompilerTool': {
+ 'AdditionalOptions': [
+ '/guard:cf',
+ '/sdl',
+ '/W3',
+ '/we4146',
+ '/we4244',
+ '/we4267',
+ '/ZH:SHA_256'
+ ]
29
+ 'VCLinkerTool': {
+ '/DYNAMICBASE',
+ '/guard:cf'
+ }
+ },
30
}, {
31
'cflags': ['-O2', '-fstack-protector-strong'],
32
}],
0 commit comments