2016-11-28 1 views

Répondre

2

A partir du manuel:

#pragma ghs Ostring 
Turns on optimizations. The optional string may contain any or all of the following letters: 
L — Loop optimizations 
M — Memory optimizations 
S — Small (but Slow) optimizations 

#pragma ghs ZO 
Disables all optimizations, starting from the next function.