![]() |
OMIT_BSS_INIT |
Previous | Advanced Options of TIGCC | Next |
Writing
#define OMIT_BSS_INITat the beginning of a file specifies that uninitialized global variables defined in this file do not need to be set to zero at program startup. If this is done for all files, the BSS initialization is skipped.