Codewarrior IDE概述

The Compiler generally optimizes on code size. It often has to decide between a runtime routine or an expanded code. The programmer can decide whether to choose between the slower and shorter or the faster and longer code sequence by setting a command line switch. The -Os option directs the Compiler to optimize the code for smaller code size. ................
................