diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-02-24 19:54:47 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:36:14 -0700 |
commit | 833aa0fab572536ebb680cc54bf95c50c3b36a0f (patch) | |
tree | 1ca75bd4cfd6433d97d547fc836a47ef6dde0808 /klibc/MCONFIG | |
parent | f385ff6512012a75b8381938dd3f55f991b53e9a (diff) |
[PATCH] klibc v0.199
Diffstat (limited to 'klibc/MCONFIG')
-rw-r--r-- | klibc/MCONFIG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/klibc/MCONFIG b/klibc/MCONFIG index 7da150d031..3fae2898c6 100644 --- a/klibc/MCONFIG +++ b/klibc/MCONFIG @@ -62,5 +62,10 @@ ERRLIST = 1 # include $(KLIBSRC)/arch/$(ARCH)/MCONFIG +ifeq ($(DEBUG),y) +STRIP = /bin/true -Since_we_are_debugging +OPTFLAGS += -O1 -g +endif + # How to tell the linker main() is the entrypoint EMAIN ?= -e main |