Merge pull request #93 from tree-sitter/fortify
Enabled Fortify for libruntime.a
This commit is contained in:
commit
01805b289e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
'externals/utf8proc/utf8proc.c',
|
||||
],
|
||||
'cflags_c': [
|
||||
'-std=c99'
|
||||
'-std=c99', '-U_FORTIFY_SOURCE', '-D_FORTIFY_SOURCE=1'
|
||||
],
|
||||
'ldflags': [
|
||||
'-g',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue