瀏覽代碼

Doing an search and replace on CFLAGS can prove dangerous. We don't
do -O0 by default anyways, so leave this disabled for now.

Eric Andersen 22 年之前
父節點
當前提交
79b9c943d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libpthread/linuxthreads/Makefile

+ 1 - 1
libpthread/linuxthreads/Makefile

@@ -28,7 +28,7 @@ else
 SYSDEPS_DIR:=$(TARGET_ARCH)
 endif
 #This stuff will not compile without at least -O1
-CFLAGS := $(subst -O0,-O1,$(CFLAGS))
+#CFLAGS := $(subst -O0,-O1,$(CFLAGS))
 
 # set up system dependencies include dirs (NOTE: order matters!)
 PTDIR = $(TOPDIR)libpthread/linuxthreads/