mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:47:59 +02:00
codetools: debugging output
git-svn-id: trunk@27580 -
This commit is contained in:
parent
c0f2b4f035
commit
1293a9022f
@ -7614,7 +7614,7 @@ begin
|
||||
OldOptions.Assign(Self);
|
||||
Clear;
|
||||
|
||||
debugln(['TFPCTargetConfigCache.Update ',Compiler,' TargetOS=',TargetOS,' TargetCPU=',TargetCPU,' CompilerOptions=',CompilerOptions,' ExtraOptions=',ExtraOptions]);
|
||||
debugln(['TFPCTargetConfigCache.Update ',Compiler,' TargetOS=',TargetOS,' TargetCPU=',TargetCPU,' CompilerOptions=',CompilerOptions,' ExtraOptions=',ExtraOptions,' PATH=',GetEnvironmentVariableUTF8('PATH')]);
|
||||
CompilerDate:=FileAgeCached(Compiler);
|
||||
if FileExistsCached(Compiler) then begin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user