From 350c0215ef0e7cd915c2a2931b548e75d540a686 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 16 Nov 2000 20:35:25 +0000 Subject: Fix it so files are not stripped when debugging (doh!). Fix up strip rules. With this fix in place, I can now find what is wrong with malloc... -Erik --- Rules.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index a4e1496c8..600ce5ea8 100644 --- a/Rules.mak +++ b/Rules.mak @@ -41,6 +41,7 @@ CFLAGS=$(ARCH_CFLAGS) $(CCFLAGS) $(DEFS) ifeq ($(DODEBUG),true) CFLAGS += -Wall -g LDFLAGS = -nostdlib -Wl,-warn-common + STRIPTOOL = /bin/true -Since_we_are_debugging else CFLAGS += -Wall #-fomit-frame-pointer LDFLAGS = -s -nostdlib -Wl,-warn-common -- cgit v1.2.3