change gcc default optimization to S instead of zero. It is causing kernel compilatio...
authorJohn Voltz <john.voltz@gmail.com>
Sun, 16 Mar 2008 13:26:14 +0000 (13:26 -0000)
committerJohn Voltz <john.voltz@gmail.com>
Sun, 16 Mar 2008 13:26:14 +0000 (13:26 -0000)
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