Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
use g++ to compile, fixes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
brahman81 committed Sep 7, 2018
1 parent 0780e8b commit 2e04f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/install
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ wget -nv -O afl-${AFL_VERSION}.tgz http://lcamtuf.coredump.cx/afl/releases/afl-$
tar -zxf afl-${AFL_VERSION}.tgz
cd afl-${AFL_VERSION}
make
make -C llvm_mode
make -C llvm_mode CXX=g++
make install
cd ..
rm -rf afl-${AFL_VERSION}
Expand Down

0 comments on commit 2e04f1b

Please sign in to comment.