call configure and tell it to disable optimisations and just use rpms flags

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-03-11 12:51:56 -06:00
parent b9efcf087d
commit 47791d641d

View File

@ -31,6 +31,7 @@ one wants to simulate.
%patch0 -p1
%build
./configure --disable-optimizations
EXTFLAGS="$RPM_OPT_FLAGS" make V=1 %{?_smp_mflags}
%install