Skip to content

Commit

Permalink
fix missing flags in reproduce build
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 29, 2019
1 parent 40a17be commit f3fbaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzzing/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ builddir=$here/build-fuzzers-reproduce
mkdir -p $builddir
cd $builddir
CXX="ccache g++" CXXFLAGS="$CXXFLAGSALL" cmake \
$root
$CMAKEFLAGSALL
cmake --build $builddir

#for performance analysis of the fuzzers
Expand Down

0 comments on commit f3fbaf6

Please sign in to comment.