optimizewithasm

Controls optimization of assembly language.

Syntax
  #pragma optimizewithasm on | off | reset
  
  
Remarks

If you enable this pragma, the compiler also optimizes assembly language statements in C/C++ source code.

This pragma does not correspond to any panel setting. By default, this pragma is disabled.