浏览代码

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

Eric Andersen 25 年之前
父节点
当前提交
fe338b330e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/common/Makefile

+ 1 - 1
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: