[Lazarus] disable package checking

Benito van der Zander benito at benibela.de
Wed Apr 11 01:47:54 CEST 2012


Hi,
whenever I compile a project, it first compiles/checks the dependencies:

"Compiling package FCL 1.0.1" completed
"Compiling package LazUtils 1.0" completed
"Compiling package LCLBase 1.0.1" completed
"Compiling package LCL 1.0.1" completed

Can you disable it somehow?
It takes forever (2s) and it is almost certain that the lcl doesn't 
change every minute.
(It also prints "TPkgManager.CheckCompileNeedDueToDependencies  State 
file of LCL 1.0.1 is newer than state file of Project:" to the console, 
and after i deleted the .compiled file it prints 
"TProject.DoLoadStateFile Statefile not found: ....compiled, 
TMainIDE.CheckIfPackageNeedsCompilation  No state file for Project"  
shouldn't it recreate the file? even if the project compilation fails 
due to errors)

Benito




More information about the Lazarus mailing list