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 X: Data > Allocate Zero-initialized Variables to .data
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
-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.