diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-16 13:26:14 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-16 13:26:14 +0000 |
commit | 7eb796ba2f955c854a427b5f2302d4f976c8fbf2 (patch) | |
tree | a6451e77aab240abfde67502b0ab83bc19eb7474 | |
parent | 6ddaf88176c4cb180cc6347316cfb21ef0c81b04 (diff) | |
download | buildroot-novena-7eb796ba2f955c854a427b5f2302d4f976c8fbf2.tar.gz buildroot-novena-7eb796ba2f955c854a427b5f2302d4f976c8fbf2.zip |
change gcc default optimization to S instead of zero. It is causing kernel compilation problems for people
-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 |