[uClibc-cvs] uClibc Rules.mak,1.126,1.127

Miles Bader miles at uclibc.org
Mon Feb 10 08:12:50 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv4754

Modified Files:
	Rules.mak 
Log Message:
Don't use -O0 when DODEBUG is turned on.


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- Rules.mak	24 Jan 2003 16:31:21 -0000	1.126
+++ Rules.mak	10 Feb 2003 08:12:47 -0000	1.127
@@ -158,10 +158,6 @@
 
 # use '-Os' optimization if available, else use -O2, allow Config to override
 OPTIMIZATION+=$(call check_gcc,-Os,-O2)
-# Override optimization settings when debugging
-ifeq ($(DODEBUG),y)
-OPTIMIZATION=-O0
-endif
 
 
 # Add a bunch of extra pedantic annoyingly strict checks




More information about the uClibc-cvs mailing list