mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
PKGBUILD: append -O3 to makepkg provided CFLAGS
This works around a GCC 10.1 O2+PGO regression.
This commit is contained in:
parent
62b0546c22
commit
55f244601f
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -14,6 +14,7 @@ pkgver() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
export CFLAGS+=" -O3"
|
||||||
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true ..
|
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true ..
|
||||||
|
|
||||||
if [[ -v WAYLAND_DISPLAY ]]; then
|
if [[ -v WAYLAND_DISPLAY ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue