Controls the compiler’s optimization of inline assembly
#pragma volatile_asm on | off | reset
When on, the compiler allows these optimizations to occur inside inline assembly code: peepholing, scheduling, and constant propagation.
This settting is controls by the Optimize inline assembly setting in the CodeGen panel. The default setting is off.