Commit 7b58b2c5 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

add -pipe to default CFLAGS

parent 5af473bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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