Re: [fpc-devel] New commandline switch

2005-02-06 Thread Olle Raab
05-02-06 22.41, skrev Peter Vreman följande: > The compiler has a new commandline switch -Fa[,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,li

[fpc-devel] New commandline switch

2005-02-06 Thread Peter Vreman
The compiler has a new commandline switch -Fa[,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" thi