forked from len0rd/rockbox
Make gcc use -pipe instead of temporary files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22084 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
37dd46e92f
commit
e30f1e83c4
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# global CC options for all platforms
|
# global CC options for all platforms
|
||||||
CCOPTS="-W -Wall -Wundef -O -nostdlib -ffreestanding -Wstrict-prototypes"
|
CCOPTS="-W -Wall -Wundef -O -nostdlib -ffreestanding -Wstrict-prototypes -pipe"
|
||||||
|
|
||||||
use_logf="#undef ROCKBOX_HAS_LOGF"
|
use_logf="#undef ROCKBOX_HAS_LOGF"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue