From 47791d641d3f07cad63baafd7f7fe3cd19c8a456 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 11 Mar 2016 12:51:56 -0600 Subject: [PATCH] call configure and tell it to disable optimisations and just use rpms flags Signed-off-by: Dennis Gilmore --- fio.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/fio.spec b/fio.spec index 2df11f9..f9c75f0 100644 --- a/fio.spec +++ b/fio.spec @@ -31,6 +31,7 @@ one wants to simulate. %patch0 -p1 %build +./configure --disable-optimizations EXTFLAGS="$RPM_OPT_FLAGS" make V=1 %{?_smp_mflags} %install