fpc/rtl/embedded/rtl.cfg
2023-08-10 22:40:11 +00:00

18 lines
363 B
INI

# Keep only options that are not features
# as those are now restricted to system unit compilation only
# Minimal set for i8086, copied from AVR above
# does not require extra memory, neither code nor data
# in programs not using e. g. writeln based I/OR
#ifdef CPUI8086
-Cs2048
-CX
-XX
#endif
# Use same options for z80 CPU
#ifdef CPUZ80
-Cs2048
-CX
-XX
#endif