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 c68673b commit 120f968Copy full SHA for 120f968
1 file changed
binding.gyp
@@ -60,7 +60,7 @@
60
'libraries': [
61
'-lutil'
62
],
63
- 'cflags': ['-Wall', '-O2'],
+ 'cflags': ['-Wall', '-O2', '-fstack-protector-strong'],
64
'ldflags': [],
65
'conditions': [
66
# http://www.gnu.org/software/gnulib/manual/html_node/forkpty.html
0 commit comments