Fuzz build should use CFLAGS when linking
This commit is contained in:
parent
c4854fe595
commit
f08402014b
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
},
|
||||
'Fuzz': {
|
||||
'cflags': ['<!@(echo $CFLAGS)'],
|
||||
'ldflags': ['<!@(echo $CXXFLAGS)'],
|
||||
'ldflags': ['<!@(echo $CFLAGS)'],
|
||||
},
|
||||
'Release': {
|
||||
'cflags': [ '-O2', '-fno-strict-aliasing' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue