SPECS: DirectFB.spec - can't build with -O0 - use -O1 for debug

qboosh qboosh at pld-linux.org
Sun Oct 23 13:25:44 CEST 2005


Author: qboosh                       Date: Sun Oct 23 11:25:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- can't build with -O0 - use -O1 for debug

---- Files affected:
SPECS:
   DirectFB.spec (1.60 -> 1.61) 

---- Diffs:

================================================================
Index: SPECS/DirectFB.spec
diff -u SPECS/DirectFB.spec:1.60 SPECS/DirectFB.spec:1.61
--- SPECS/DirectFB.spec:1.60	Sun Oct 23 13:14:36 2005
+++ SPECS/DirectFB.spec	Sun Oct 23 13:25:35 2005
@@ -41,6 +41,11 @@
 
 %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.
 
@@ -393,6 +398,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.61  2005/10/23 11:25:35  qboosh
+- can't build with -O0 - use -O1 for debug
+
 Revision 1.60  2005/10/23 11:14:36  qboosh
 - missing buildroot
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/DirectFB.spec?r1=1.60&r2=1.61&f=u




More information about the pld-cvs-commit mailing list