From b65a9c1871078df908c9e54b82d8715ca7b03ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 12 May 2019 21:47:34 +0300 Subject: testing/firefox: force optimization level -O2 ref #10441 The default, -Os, causes crashes likely due to compiler bug or UB. --- testing/firefox/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 25943c41f8..7e51c24bb2 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -4,7 +4,7 @@ pkgname=firefox pkgver=66.0.5 _pkgver=$pkgver _xulver=$pkgver -pkgrel=0 +pkgrel=1 pkgdesc="Firefox web browser" url="https://www.firefox.com/" # limited by rust and cargo @@ -122,7 +122,7 @@ build() { --enable-alsa \ --enable-default-toolkit=cairo-gtk3 \ --enable-official-branding \ - --enable-optimize="$CFLAGS" \ + --enable-optimize="$CFLAGS -O2" \ --enable-startup-notification \ --enable-system-ffi \ --enable-system-sqlite \ -- cgit v1.2.3