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

This commit is contained in:
John Voltz 2008-03-16 13:26:14 +00:00
parent 6ddaf88176
commit 7eb796ba2f

View File

@ -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