From d4b5e9ef97cbb987e0bcced40cf9f6cde1ddb4ba Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Tue, 30 Jul 2019 14:40:04 +0900 Subject: [PATCH] don't execute autoreconf in build_libfuzzer_harnesses.sh --- build_libfuzzer_harnesses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_libfuzzer_harnesses.sh b/build_libfuzzer_harnesses.sh index c98e7d3..1a66636 100755 --- a/build_libfuzzer_harnesses.sh +++ b/build_libfuzzer_harnesses.sh @@ -1,7 +1,7 @@ #!/bin/bash make clean -autoreconf -vfi +#autoreconf -vfi # build the library with ASAN ./configure CC=clang LD=clang CFLAGS="-g -fsanitize=address -fno-omit-frame-pointer -fsanitize=fuzzer-no-link" LDFLAGS="-g -fsanitize=address -fno-omit-frame-pointer -fsanitize=fuzzer-no-link" make -j4 -- 2.50.1