mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 04:51:31 +02:00
13 lines
308 B
INI
13 lines
308 B
INI
# first, disable all
|
|
-Sf-
|
|
# uncomment to enable the stuff you want to use
|
|
|
|
# include full heap management into the rtl
|
|
# -SfFPC_FEATURE_HAS_HEAP
|
|
|
|
# include support for init final code of units into the rtl
|
|
# -SfFPC_HAS_FEATURE_INITFINAL
|
|
|
|
# include exit code support
|
|
# -SfFPC_HAS_FEATURE_EXITCODE
|