This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
build some applications such as U-Boot, Busybox..., with the -Os optimization, the apps can be built but cannot run (just halted, there were even no error messages). If I use -O2 switch then everything is OK.
According to manpage of GCC, -Os is based on -O2 switch and does some work to reduce the code size. What GCC did on earth with the -Os switch?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |