mirror of https://github.com/google/oss-fuzz.git
[c-blosc2] Link shared libraries with lld for -fno-semantic-interposition support. (#5360)
This commit is contained in:
parent
a6a541e583
commit
a0fb9a91ba
|
@ -16,6 +16,8 @@
|
|||
################################################################################
|
||||
|
||||
# Build project
|
||||
export LDSHARED=lld
|
||||
|
||||
cmake . -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CXXFLAGS" -DBUILD_FUZZERS=ON
|
||||
make clean
|
||||
make -j$(nproc)
|
||||
|
|
Loading…
Reference in New Issue