summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-17 20:17:13 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-17 20:17:13 +0000
commitfe338b330e308bc69241900b1c518f1d752e6496 (patch)
tree96ce843dee9ba8ced60514ffb3dced96aaa9b469 /libc
parent14f75440f8f3d704e171807a40bcf6eb8a0d00a8 (diff)
Oops -- this should not have debugging hardcoded...
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/Makefile2
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: