rtl.cfg 258 B

123456789101112
  1. # first, disable all
  2. -Sf-
  3. # uncomment to enable the stuff you want to use
  4. # include full heap management into the rtl
  5. # -SfHEAP
  6. # include support for init final code of units into the rtl
  7. # -SfINITFINAL
  8. # include exit code support
  9. -SfEXITCODE