diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 20:09:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 20:09:09 +0000 |
commit | 7b58b2c577b9926ebcba07d93297a6011ac39dea (patch) | |
tree | 0836b9413fedaa89baf2974a0b9df2d060402e72 | |
parent | 5af473bf26fdfbe2fc390a1f53822bffffdc5505 (diff) |
add -pipe to default CFLAGS
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |