diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-17 20:17:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-17 20:17:13 +0000 |
commit | fe338b330e308bc69241900b1c518f1d752e6496 (patch) | |
tree | 96ce843dee9ba8ced60514ffb3dced96aaa9b469 | |
parent | 14f75440f8f3d704e171807a40bcf6eb8a0d00a8 (diff) |
Oops -- this should not have debugging hardcoded...
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 5be38fdd3..0a216f8ff 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -50,7 +50,7 @@ $(MOBJ): $(MSRC) $(STRIPTOOL) -x -R .note -R .comment $*.o $(COBJS): - $(CC) $(CFLAGS) -g $< -c $*.c -o $*.o + $(CC) $(CFLAGS) $< -c $*.c -o $*.o $(STRIPTOOL) -x -R .note -R .comment $*.o clean: |