Skip to content

Commit 120f968

Browse files
committed
chore: add stack-protector-strong flag
1 parent c68673b commit 120f968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'libraries': [
6161
'-lutil'
6262
],
63-
'cflags': ['-Wall', '-O2'],
63+
'cflags': ['-Wall', '-O2', '-fstack-protector-strong'],
6464
'ldflags': [],
6565
'conditions': [
6666
# http://www.gnu.org/software/gnulib/manual/html_node/forkpty.html

0 commit comments

Comments
 (0)