mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 18:48:41 +02:00
36 lines
578 B
INI
36 lines
578 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
|
|
|
|
# -SfCLASSES
|
|
# -SfEXCEPTIONS
|
|
# -SfEXITCODE
|
|
# -SfANSISTRINGS
|
|
# -SfWIDESTRINGS
|
|
# -SfTEXTIO
|
|
# -SfCONSOLEIO
|
|
# -SfFILEIO
|
|
# -SfRANDOM
|
|
# -SfVARIANTS
|
|
# -SfOBJECTS
|
|
# -SfDYNARRAYS
|
|
# -SfTHREADING
|
|
# -SfCOMMANDARGS
|
|
# -SfPROCESSES
|
|
# -SfSTACKCHECK
|
|
# -SfDYNLIBS
|
|
|
|
# include exit code support
|
|
-SfEXITCODE
|
|
|
|
# arm is powerful enough to handle a softfpu
|
|
#ifdef CPUARM
|
|
-SfSOFTFPU
|
|
#endif CPUARM
|