We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b75a57 commit 568371dCopy full SHA for 568371d
1 file changed
binding.gyp
@@ -16,6 +16,9 @@
16
"dependencies": [
17
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api_except"
18
],
19
+ "cflags": [
20
+ "-O2", "-D_FORTIFY_SOURCE=2"
21
+ ],
22
"msvs_configuration_attributes": {
23
"SpectreMitigation": "Spectre"
24
},
0 commit comments