OSDN Git Service

Oops -- this should not have debugging hardcoded...
authorEric Andersen <andersen@codepoet.org>
Fri, 17 Nov 2000 20:17:13 +0000 (20:17 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 17 Nov 2000 20:17:13 +0000 (20:17 -0000)
libc/sysdeps/linux/common/Makefile

index 5be38fd..0a216f8 100644 (file)
@@ -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: