Merge pull request #93 from tree-sitter/fortify

Enabled Fortify for libruntime.a
This commit is contained in:
Max Brunsfeld 2017-07-18 09:31:59 -07:00 committed by GitHub
commit 01805b289e

View file

@ -102,7 +102,7 @@
'externals/utf8proc/utf8proc.c',
],
'cflags_c': [
'-std=c99'
'-std=c99', '-U_FORTIFY_SOURCE', '-D_FORTIFY_SOURCE=1'
],
'ldflags': [
'-g',