Honeywell CL Compiler Tricks

M

Thread Starter

Mike Green

About 15 years ago Sam W showed me a CL compile command option that ran the compile about 10x faster. The closest Honeywell manual I can find is am11585.pdf, CL/AM Data Entry. It does not list the options to do the ram compile I'm trying to re-learn.

Can anyone post the trick?
 
T
If you use the -NL switch (no list) the compiler is alot faster as it does not generate the associated list file i.e.

CL NET>JUNK>FASTCL -NL
 
Top