[fpc-devel] New commandline switch

Peter Vreman peter at freepascal.org
Sun Feb 6 22:41:23 CET 2005


The compiler has a new commandline switch -Fa<unit1>[,unit2]. When a
program is compiled the compiler will first load unit1 and unit2 before
the uses line is parsed. This can be used to load units that need to early
initialization like cmem,cthreads,lineinfo,heaptrc.

Example: "-g -Faheaptrc,lineinfo" this is same as "-glh".






More information about the fpc-devel mailing list