rtl.cfg 363 B

1234567891011121314151617
  1. # Keep only options that are not features
  2. # as those are now restricted to system unit compilation only
  3. # Minimal set for i8086, copied from AVR above
  4. # does not require extra memory, neither code nor data
  5. # in programs not using e. g. writeln based I/OR
  6. #ifdef CPUI8086
  7. -Cs2048
  8. -CX
  9. -XX
  10. #endif
  11. # Use same options for z80 CPU
  12. #ifdef CPUZ80
  13. -Cs2048
  14. -CX
  15. -XX
  16. #endif