mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
foot-pgo: remove LTO stuff
This commit is contained in:
parent
350ac6f530
commit
fe6a99f593
@ -17,11 +17,6 @@ case $("$CC" --version) in
|
||||
;;
|
||||
esac
|
||||
|
||||
# Mold does not yet support LTO.
|
||||
case $CFLAGS$(ld --version) in *mold*)
|
||||
_lto=false
|
||||
esac
|
||||
|
||||
mkdir -p bld/release
|
||||
cd bld/release
|
||||
|
||||
@ -30,7 +25,6 @@ meson \
|
||||
--buildtype=release \
|
||||
--force-fallback-for=fcft,tllist \
|
||||
-Dime=false \
|
||||
-Db_lto="${_lto:-true}" \
|
||||
../..
|
||||
|
||||
# Generate PGO data.
|
||||
|
Loading…
Reference in New Issue
Block a user