mirror of https://github.com/google/oss-fuzz.git
libhoextdown: only compile relevant libraries (#9787)
This enable Fuzz Introspector build since we avoid some shared libraries that are not compatible with LLVM LTO.
This commit is contained in:
parent
2f0202da5a
commit
ecc8a1601b
|
@ -18,7 +18,7 @@
|
|||
# temporary hack to make the build honor CFLAGS. Needs proper fix upstream.
|
||||
sed -i 's/^CFLAGS.*//g' Makefile
|
||||
# build project
|
||||
make -j$(nproc) all
|
||||
make -j$(nproc) libhoedown.a
|
||||
|
||||
# build fuzzers
|
||||
$CC $CFLAGS -c -std=c99 -Isrc \
|
||||
|
|
Loading…
Reference in New Issue