mirror of https://github.com/google/oss-fuzz.git
llhttp: refine build (#7570)
This will shorten the build time and make it compatible with fuzz-introspector builds.
This commit is contained in:
parent
682cce9df7
commit
ac723113ab
|
@ -18,6 +18,6 @@
|
||||||
npm install -g typescript
|
npm install -g typescript
|
||||||
npm link typescript
|
npm link typescript
|
||||||
npm install .
|
npm install .
|
||||||
make
|
make build/libllhttp.a
|
||||||
|
|
||||||
$CC $CFLAGS $LIB_FUZZING_ENGINE ./test/fuzzers/fuzz_parser.c -I./build/ ./build/libllhttp.a -o $OUT/fuzz_parser
|
$CC $CFLAGS $LIB_FUZZING_ENGINE ./test/fuzzers/fuzz_parser.c -I./build/ ./build/libllhttp.a -o $OUT/fuzz_parser
|
||||||
|
|
Loading…
Reference in New Issue