Commit Graph

9 Commits

Author SHA1 Message Date
jonathanmetzman db02d9252e
[AFL++][base-builder] Precompile afl++ (#5290)
Precompile AFL like we already do for honggfuzz.
This saves about a minute in compilation time of AFL targets by doing it in base-builder
It only adds about 30 MB to the image size.
2021-03-03 19:10:35 -08:00
Oliver Chang 78e191ed92
Pre-compile honggfuzz (#3045) 2019-11-20 11:04:33 +11:00
Oliver Chang 11801ba6f5
Add optimization flags to honggfuzz compilation. (#3030) 2019-11-13 13:31:15 +11:00
Oliver Chang ce39aeb200
Add additional build deps for honggfuzz. (#3026)
These will be statically linked into the hongfuzz binary.
2019-11-12 14:56:16 +11:00
Oliver Chang 98e4472c45
honggfuzz: Include libhfcommon in $LIB_FUZZING_ENGINE. (#3011) 2019-11-07 08:40:12 +11:00
robertswiecki 6f2b0b598a Use standard clang/clang++ to build binaries to-be-fuzzed (#1031) 2017-12-09 15:08:04 -08:00
robertswiecki fc451ca8af Practically revert 182f607f9b as it will force CC compiler for CXX in honggfuzz (#658) 2017-06-07 12:52:46 -07:00
robertswiecki 182f607f9b Use standard $CC as $HFUZZ_CC_ASAN to avoid expensive compiler search (#656) 2017-06-07 12:03:46 -07:00
robertswiecki 268d8052a2 Support honggfuzz as a FUZZING_ENGINE (#636) 2017-06-01 17:55:01 -07:00