◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Compiler───────────────────────────────────────────────────────── Syntax: /Oo /Oo- The /Oo option allows the compiler to perform the following optimizations after code generation has occurred: ■ Peepholes ■ Code motion ■ Dead code removal ■ Unused locals removal ■ Register reloading removal ■ Exit sequence ■ Branch shortening The /Oo- switch disables the optimizations. Compiler Default Optimizing On P-Code On Fast Compile Off -♦-