summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger2004-10-08 22:09:09 +0200
committerMike Frysinger2004-10-08 22:09:09 +0200
commit7b58b2c577b9926ebcba07d93297a6011ac39dea (patch)
tree0836b9413fedaa89baf2974a0b9df2d060402e72 /Makefile
parentwget ! (diff)
downloadbuildroot-7b58b2c577b9926ebcba07d93297a6011ac39dea.tar.gz
buildroot-7b58b2c577b9926ebcba07d93297a6011ac39dea.tar.xz
buildroot-7b58b2c577b9926ebcba07d93297a6011ac39dea.zip
add -pipe to default CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 368a32019..5cc743770 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