mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-24 23:26:29 -07:00
foot-pgo: Fix build when mold used via CFLAGS
This commit is contained in:
parent
e4e4d460b9
commit
ec257b4682
@ -18,7 +18,7 @@ case $("$CC" --version) in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Mold does not yet support LTO.
|
# Mold does not yet support LTO.
|
||||||
case $(ld --version) in *mold*)
|
case $CFLAGS$(ld --version) in *mold*)
|
||||||
_lto=false
|
_lto=false
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user