From 857cb074f29b5d661d223628d232c9172ae43eed Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 11 Jan 2018 16:58:57 +0100 Subject: [PATCH] drop -Os workaround -- it's causing "widget issue" with gcc7 --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index d533d71..7fd9a35 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -1232,7 +1232,7 @@ ac_add_options --enable-debugger-info-modules ac_add_options --enable-crash-on-assert %else ac_add_options --disable-debug -ac_add_options --enable-optimize="%{rpmcflags} -Os" +ac_add_options --enable-optimize="%{rpmcflags}" %endif ac_add_options --disable-strip ac_add_options --disable-install-strip -- 2.44.0