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:
DavidKorczynski 2023-02-23 10:39:49 +00:00 committed by GitHub
parent 2f0202da5a
commit ecc8a1601b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \