Tells the compiler to place in the DATA section any variables explicitly initialized with zeros.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -nobss-init |
Windows: | /Qnobss-init |
None
OFF | Variables explicitly initialized with zeros are placed in the BSS section. |
This option tells the compiler to place in the DATA section any variables explicitly initialized with zeros.
Linux: -nobss_init
Windows: /Qnobss_init