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