]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- can't build with -O0 - use -O1 for debug
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Oct 2005 11:25:35 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB.spec -> 1.61

DirectFB.spec

index aef9f939b1c94c686108284a4dc94fce3c3fff04..0106fd325a1f057d3acbd14bbeed9af853bd52d6 100644 (file)
@@ -40,6 +40,11 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                dfbdir  %{_libdir}/directfb-%{version}
 
+%ifarch %{ix86}
+# gcc running out of registers with -O0 in generic_mmx.h
+%define                debugcflags     -O1 -g
+%endif
+
 %description
 DirectFB hardware graphics acceleration - libraries.
 
This page took 0.042835 seconds and 4 git commands to generate.