Optimization_Level

ENUM

Enum Description

Flags to signal degree of effort (and time) the compiler should spend optimizing.

See Also

Listing

Constants

DEBUG 0 Perform only simple and fast optimizations.
RELEASE 1 Perform more complicated (and slower) optimizations.

Details

Constants

DEBUG

DEBUG : u8 : 0;

Perform only simple and fast optimizations.

RELEASE

RELEASE : u8 : 1;

Perform more complicated (and slower) optimizations.

 

 

 

 

 

 

 

 

 

 

jailang 2019 pixeldroid
https://github.com/pixeldroid/jailang
programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages)