mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Fuzz build should use CFLAGS when linking
This commit is contained in:
parent
c4854fe595
commit
f08402014b
|
|
@ -137,7 +137,7 @@
|
|||
},
|
||||
'Fuzz': {
|
||||
'cflags': ['<!@(echo $CFLAGS)'],
|
||||
'ldflags': ['<!@(echo $CXXFLAGS)'],
|
||||
'ldflags': ['<!@(echo $CFLAGS)'],
|
||||
},
|
||||
'Release': {
|
||||
'cflags': [ '-O2', '-fno-strict-aliasing' ],
|
||||
|
|
|
|||
Loading…
Reference in a new issue