add -pipe to default CFLAGS

This commit is contained in:
Mike Frysinger 2004-10-08 20:09:09 +00:00
parent 5af473bf26
commit 7b58b2c577

View file

@ -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