Эх сурвалжийг харах

Oops -- this should not have debugging hardcoded...

Eric Andersen 25 жил өмнө
parent
commit
fe338b330e

+ 1 - 1
libc/sysdeps/linux/common/Makefile

@@ -50,7 +50,7 @@ $(MOBJ): $(MSRC)
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 
 $(COBJS):
 $(COBJS):
-	$(CC) $(CFLAGS) -g $< -c $*.c -o $*.o
+	$(CC) $(CFLAGS) $< -c $*.c -o $*.o
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 
 clean:
 clean: