Browse Source

change gcc default optimization to S instead of zero. It is causing kernel compilation problems for people

John Voltz 17 years ago
parent
commit
7eb796ba2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Config.in

+ 1 - 1
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