forked from pool/doxygen
Accepting request 235107 from devel:tools
- Don't disable optimisation (forwarded request 235075 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/235107 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=55
This commit is contained in:
commit
61432b787c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 22 08:44:31 UTC 2014 - schwab@suse.de
|
||||||
|
|
||||||
|
- Don't disable optimisation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 13 07:05:09 UTC 2014 - pgajdos@suse.com
|
Tue May 13 07:05:09 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ mintoc=
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
mintoc="-DENGLISH_ONLY"
|
mintoc="-DENGLISH_ONLY"
|
||||||
%endif
|
%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
|
# custom configure script
|
||||||
./configure --prefix /usr --install /usr/bin/install
|
./configure --prefix /usr --install /usr/bin/install
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user