Skip to content

Commit

Permalink
simplify the fuzzer build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 28, 2019
1 parent eadee6e commit ef6e23e
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 -GNinja -DCMAKE_BUILD_TYPE=Debug -DFMT_DOC=Off -DFMT_TEST=Off -DFMT_FUZZ=On
$root
cmake --build $builddir

#for performance analysis of the fuzzers
Expand Down

0 comments on commit ef6e23e

Please sign in to comment.