From: Mike Frysinger Date: Fri, 8 Oct 2004 20:09:09 +0000 (-0000) Subject: add -pipe to default CFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b58b2c577b9926ebcba07d93297a6011ac39dea;p=buildroot.git add -pipe to default CFLAGS --- diff --git a/Makefile b/Makefile index 368a320199..5cc7437700 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ GCC_WITH_TUNE:= #SOFT_FLOAT:=true SOFT_FLOAT:=false -TARGET_OPTIMIZATION=-Os +TARGET_OPTIMIZATION=-Os -pipe TARGET_DEBUGGING= #-g # Currently the unwind stuff seems to work for staticly linked apps but