explicit_zero_data

Controls the placement of zero-initialized data.

Syntax

#pragma explicit_zero_data on | off | reset

Targets
All platforms.
Remarks

Places zero-initialized data into the initialized data section instead of the BSS section when on.

This pragma does not correspond to any panel setting. To check this setting, use __option (explicit_zero_data), described in Checking Settings. The default setting is off.