mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 02:49:32 +01:00
13 lines
258 B
INI
13 lines
258 B
INI
# first, disable all
|
|
-Sf-
|
|
# uncomment to enable the stuff you want to use
|
|
|
|
# include full heap management into the rtl
|
|
# -SfHEAP
|
|
|
|
# include support for init final code of units into the rtl
|
|
# -SfINITFINAL
|
|
|
|
# include exit code support
|
|
-SfEXITCODE
|