From 6af5b2252e3289464e77b7733dea43c681126725 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 18 Aug 2021 11:19:34 +0200 Subject: [PATCH] - let's see if building with -O1 fixes crashes on ix86 --- qt4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt4.spec b/qt4.spec index 720b17f..ffe1724 100644 --- a/qt4.spec +++ b/qt4.spec @@ -188,7 +188,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautoreqdep libGL.so.1 libGLU.so.1 %define _noautostrip '.*_debug\\.so*' -%define specflags -fno-strict-aliasing +%define specflags -fno-strict-aliasing -O1 %define _qtdir %{_libdir}/qt4 -- 2.44.0