Tells the compiler to place in the DATA section any variables explicitly initialized with zeros.
Windows: None
Linux: Data > Disable Placement of Zero-initialized Variables in .bss - use .data
Mac OS: Data > Allocate Zero-initialized Variables to .data
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -no-bss-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 and Mac OS: -nobss-init (this is a deprecated option)
Windows: None