Tells the compiler to place in the DATA section any variables explicitly initialized with zeros.
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.