1# first, disable all
2# -Sf-
3# uncomment to enable the stuff you want to use
4
5# include full heap management into the rtl
6# -SfHEAP
7
8# include support for init final code of units into the rtl
9# -SfINITFINAL
10
11# -SfCLASSES
12# -SfEXCEPTIONS
13# -SfEXITCODE
14# -SfANSISTRINGS
15# -SfWIDESTRINGS
16# -SfTEXTIO
17# -SfCONSOLEIO
18# -SfFILEIO
19# -SfRANDOM
20# -SfVARIANTS
21# -SfOBJECTS
22# -SfDYNARRAYS
23# -SfTHREADING
24# -SfCOMMANDARGS
25# -SfPROCESSES
26# -SfSTACKCHECK
27# -SfDYNLIBS
28
29# include exit code support
30-SfEXITCODE
31
32# arm is powerful enough to handle a softfpu
33#ifdef CPUARM
34-SfSOFTFPU
35#endif CPUARM
36