diff options
author | 2008-03-16 13:26:14 +0000 | |
---|---|---|
committer | 2008-03-16 13:26:14 +0000 | |
commit | 7eb796ba2f955c854a427b5f2302d4f976c8fbf2 (patch) | |
tree | a6451e77aab240abfde67502b0ab83bc19eb7474 /Config.in | |
parent | 6ddaf88176c4cb180cc6347316cfb21ef0c81b04 (diff) | |
download | buildroot-7eb796ba2f955c854a427b5f2302d4f976c8fbf2.tar.gz buildroot-7eb796ba2f955c854a427b5f2302d4f976c8fbf2.tar.bz2 |
change gcc default optimization to S instead of zero. It is causing kernel compilation problems for people
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |