Fuzz build should use CFLAGS when linking

This commit is contained in:
Phil Turnbull 2017-09-15 10:06:17 -04:00
parent c4854fe595
commit f08402014b

View file

@ -137,7 +137,7 @@
},
'Fuzz': {
'cflags': ['<!@(echo $CFLAGS)'],
'ldflags': ['<!@(echo $CXXFLAGS)'],
'ldflags': ['<!@(echo $CFLAGS)'],
},
'Release': {
'cflags': [ '-O2', '-fno-strict-aliasing' ],