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 856e24c commit 3599540Copy full SHA for 3599540
binding.gyp
@@ -5,21 +5,27 @@
5
"sources": [
6
"src/foreground-love.cc"
7
],
8
- 'msvs_configuration_attributes': {
9
- 'SpectreMitigation': 'Spectre'
+ "cflags": [
+ "-O2",
10
+ "-D_FORTIFY_SOURCE=2"
11
+ ],
12
+ "msvs_configuration_attributes": {
13
+ "SpectreMitigation": "Spectre"
14
},
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'AdditionalOptions': [
- '/guard:cf',
15
- '/we4244',
16
- '/we4267',
17
- '/ZH:SHA_256'
+ "msvs_settings": {
+ "VCCLCompilerTool": {
+ "AdditionalOptions": [
18
+ "/guard:cf",
19
+ "/W3",
20
+ "/we4244",
21
+ "/we4267",
22
+ "/ZH:SHA_256"
23
]
24
- 'VCLinkerTool': {
- '/guard:cf'
25
+ "VCLinkerTool": {
26
27
+ "/DYNAMICBASE",
28
+ "/guard:cf"
29
30
}
31
0 commit comments