2
0

rtl.cfg 295 B

1234567891011
  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