9.2.25 --no-keep-memory
Use less memory and more disk I/O.
xc-dsc-ld
normally optimizes for speed over memory usage by caching the symbol tables of input files
in memory. This option tells xc-dsc-ld
to instead optimize for memory usage by rereading the symbol
tables, as necessary. This may be required if xc-dsc-ld
runs out of memory space while linking a
large executable.