projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ddaf88
)
change gcc default optimization to S instead of zero. It is causing kernel compilatio...
author
John Voltz
<john.voltz@gmail.com>
Sun, 16 Mar 2008 13:26:14 +0000
(13:26 -0000)
committer
John Voltz
<john.voltz@gmail.com>
Sun, 16 Mar 2008 13:26:14 +0000
(13:26 -0000)
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 31633d6ff6994b3ff4f039dbc94b0cf0ec9d86cf..a24fef231b1d060133129b64a208fdb54589494e 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-253,7
+253,7
@@
endchoice
choice
prompt "gcc optimization level"
- default BR2_OPTIMIZE_
0
+ default BR2_OPTIMIZE_
S
help
Set the optimization level for gcc