search for: since_we_are_debugging

Displaying 1 result from an estimated 1 matches for "since_we_are_debugging".

2005 Feb 10
1
[PATCH] make DEBUG=true
...same? Was there a reason for -g in the i386 MCONFIG? Index: MCONFIG =================================================================== --- MCONFIG (revision 1003) +++ MCONFIG (working copy) @@ -62,5 +62,11 @@ # include $(KLIBSRC)/arch/$(ARCH)/MCONFIG +ifeq ($(DEBUG),true) +STRIP = /bin/true -Since_we_are_debugging +OPTFLAGS += -O1 -g +endif + + # How to tell the linker main() is the entrypoint EMAIN ?= -e main Index: klibc/arch/i386/MCONFIG =================================================================== --- klibc/arch/i386/MCONFIG (revision 1003) +++ klibc/arch/i386/MCONFIG (working copy) @@ -13,7 +13,...