From 79b9c943d3a8ea8e5c83e4df47fa40ad86f9207c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 Jul 2003 20:28:58 +0000 Subject: Doing an search and replace on CFLAGS can prove dangerous. We don't do -O0 by default anyways, so leave this disabled for now. --- libpthread/linuxthreads/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index 3a868095e..748776e71 100644 --- a/libpthread/linuxthreads/Makefile +++ b/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/ -- cgit v1.2.3