]> Git Repo - uclibc-ng.git/commitdiff
Remove commented out CFLAGS assigment which is also set on next line
authorHans-Christian Egtvedt <[email protected]>
Mon, 3 Nov 2008 15:44:09 +0000 (15:44 -0000)
committerHans-Christian Egtvedt <[email protected]>
Mon, 3 Nov 2008 15:44:09 +0000 (15:44 -0000)
Signed-off-by: Hans-Christian Egtvedt <[email protected]>
Rules.mak

index 302b43a18a97603a45f7f00af930308ac575dfc3..1c3d2ddbb79aa13f260a6d1e9d1cb3803b98ee97 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -526,7 +526,6 @@ endif
 
 LDFLAGS:=$(LDFLAGS_NOSTRIP) -Wl,-z,defs
 ifeq ($(DODEBUG),y)
-#CFLAGS += -g3
 CFLAGS += -O0 -g3
 else
 CFLAGS += $(OPTIMIZATION) $(XARCH_CFLAGS)
This page took 0.033891 seconds and 4 git commands to generate.