From fbf96cd68e18a6bafdd82eaeba42b1539a7fffe1 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 15 Oct 2013 22:07:16 +0000 Subject: Add -O to %make --- build.macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.macros.in b/build.macros.in index 2edb153..baca002 100644 --- a/build.macros.in +++ b/build.macros.in @@ -212,7 +212,7 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o [ "$RPM_BUILD_NCPUS" -gt 1 ] && echo "-j$RPM_BUILD_NCPUS") %_make_bin make -%make %{_make_bin} %_smp_mflags +%make %{_make_bin} -O %_smp_mflags %makeinstall_std make DESTDIR=%{?buildroot:%{buildroot}} install -- cgit v1.2.1