From: John Voltz Date: Sun, 16 Mar 2008 13:26:14 +0000 (-0000) Subject: change gcc default optimization to S instead of zero. It is causing kernel compilatio... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7eb796ba2f955c854a427b5f2302d4f976c8fbf2;p=buildroot.git change gcc default optimization to S instead of zero. It is causing kernel compilation problems for people --- diff --git a/Config.in b/Config.in index 31633d6ff6..a24fef231b 100644 --- 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