mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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() {
|
||||
export CFLAGS+=" -O3"
|
||||
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback -Db_lto=true ..
|
||||
|
||||
if [[ -v WAYLAND_DISPLAY ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue