SHA256
1
0
forked from pool/doxygen

Accepting request 235075 from home:Andreas_Schwab:Factory

- Don't disable optimisation

OBS-URL: https://build.opensuse.org/request/show/235075
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=77
This commit is contained in:
2014-05-22 13:04:37 +00:00
committed by Git OBS Bridge
parent 7ff6ea6bd5
commit be70abdbeb
2 changed files with 6 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ mintoc=
%ifarch ppc64
mintoc="-DENGLISH_ONLY"
%endif
sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS -O0 $mintoc@" tmake/lib/linux-g++/tmake.conf
sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS $mintoc@" tmake/lib/linux-g++/tmake.conf
# custom configure script
./configure --prefix /usr --install /usr/bin/install
make %{?_smp_mflags}