[uClibc-cvs] uClibc Rules.mak,1.144,1.145

Erik Andersen andersen at uclibc.org
Fri Oct 24 04:12:45 UTC 2003


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

Modified Files:
	Rules.mak 
Log Message:
Disable optimizations with debugging


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- Rules.mak	24 Oct 2003 04:11:50 -0000	1.144
+++ Rules.mak	24 Oct 2003 04:12:42 -0000	1.145
@@ -198,8 +198,8 @@
 	-fno-builtin -nostdinc -D_LIBC -I$(TOPDIR)include -I.
 
 ifeq ($(DODEBUG),y)
-    CFLAGS += -g
-    #CFLAGS = $(XWARNINGS) -O0 -g $(CPU_CFLAGS) -fno-builtin -nostdinc -D_LIBC -I$(TOPDIR)include -I.
+    #CFLAGS += -g3
+    CFLAGS = $(XWARNINGS) -O0 -g3 $(CPU_CFLAGS) -fno-builtin -nostdinc -D_LIBC -I$(TOPDIR)include -I.
     LDFLAGS:= $(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
     STRIPTOOL:= true -Since_we_are_debugging
 else




More information about the uClibc-cvs mailing list