diff --git a/test/fuzzing/build.sh b/test/fuzzing/build.sh index 16f01494e39f..141a50d95834 100755 --- a/test/fuzzing/build.sh +++ b/test/fuzzing/build.sh @@ -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