mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
pkgbuild: remove -fno-plt
This commit is contained in:
parent
fb32d339a7
commit
a6fc5d64e8
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -16,8 +16,7 @@ pkgver() {
|
|||
build() {
|
||||
# makepkg uses -O2 by default, but we *really* want -O3
|
||||
# -Wno-missing-profile since we're not exercising everything when doing PGO builds
|
||||
# -fno-plt because performance (this is the default in makepkg anyway)
|
||||
export CFLAGS+=" -O3 -Wno-missing-profile -fno-plt"
|
||||
export CFLAGS+=" -O3 -Wno-missing-profile"
|
||||
|
||||
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true ..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue