Skip to content

Commit f741b80

Browse files
committed
chore: add stack-protector-strong flag
1 parent 21c1f19 commit f741b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api_except"
1818
],
1919
"cflags": [
20+
"-fstack-protector-strong",
2021
"-O2"
2122
],
2223
"msvs_configuration_attributes": {

0 commit comments

Comments
 (0)