mirror of https://github.com/google/oss-fuzz.git
fuzz-introspector: add -lto to ldflags (#7547)
This commit is contained in:
parent
e06931d20b
commit
05be069314
|
@ -147,7 +147,7 @@ if [ "$FUZZING_LANGUAGE" = "jvm" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$SANITIZER" = "introspector" ]; then
|
if [ "$SANITIZER" = "introspector" ]; then
|
||||||
export LDFLAGS="-fuse-ld=gold"
|
export LDFLAGS="-fuse-ld=gold -flto"
|
||||||
export AR=llvm-ar
|
export AR=llvm-ar
|
||||||
export RANLIB=llvm-ranlib
|
export RANLIB=llvm-ranlib
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue