mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04: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() {
|
build() {
|
||||||
# makepkg uses -O2 by default, but we *really* want -O3
|
# makepkg uses -O2 by default, but we *really* want -O3
|
||||||
# -Wno-missing-profile since we're not exercising everything when doing PGO builds
|
# -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"
|
||||||
export CFLAGS+=" -O3 -Wno-missing-profile -fno-plt"
|
|
||||||
|
|
||||||
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true ..
|
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true ..
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue