diff options
| author | Mike Frysinger | 2004-10-08 22:09:09 +0200 |
|---|---|---|
| committer | Mike Frysinger | 2004-10-08 22:09:09 +0200 |
| commit | 7b58b2c577b9926ebcba07d93297a6011ac39dea (patch) | |
| tree | 0836b9413fedaa89baf2974a0b9df2d060402e72 | |
| parent | wget ! (diff) | |
| download | buildroot-7b58b2c577b9926ebcba07d93297a6011ac39dea.tar.gz buildroot-7b58b2c577b9926ebcba07d93297a6011ac39dea.tar.xz buildroot-7b58b2c577b9926ebcba07d93297a6011ac39dea.zip | |
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 |
