![]() |
MERGE_BSS |
Previous | Advanced Options of TIGCC | Next |
In nostub mode, if you do not want the BSS section (which holds all uninitialized global variables) to be created dynamically, you can write
#define MERGE_BSSat the beginning of all files. Unlike the '-mno-bss' compiler switch, this ensures that the variables are initialized to zero.