mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
IDE: fixed VerboseFPCSrcScan
git-svn-id: trunk@10515 -
This commit is contained in:
parent
4c4aaf8a76
commit
4a62d22084
@ -447,7 +447,7 @@ begin
|
||||
if ScanningCompilerDisabled then exit;
|
||||
GetFPCCompilerParamsForEnvironmentTest(CurOptions);
|
||||
{$IFDEF VerboseFPCSrcScan}
|
||||
writeln('TMainIDE.RescanCompilerDefines A ',CurOptions,
|
||||
debugln(['TMainIDE.RescanCompilerDefines A ',CurOptions,
|
||||
' OnlyIfCompilerChanged=',OnlyIfCompilerChanged,
|
||||
' Valid=',InputHistories.FPCConfigCache.Valid(true),
|
||||
' ID=',InputHistories.FPCConfigCache.FindItem(CurOptions),
|
||||
@ -455,7 +455,7 @@ begin
|
||||
' EnvCompilerFilename=',EnvironmentOptions.CompilerFilename,
|
||||
' CurDefinesCompilerOptions="',CurDefinesCompilerOptions,'"',
|
||||
' CurOptions="',CurOptions,'"',
|
||||
'');
|
||||
'']);
|
||||
{$ENDIF}
|
||||
// rescan compiler defines
|
||||
// ask the compiler for its settings
|
||||
|
Loading…
Reference in New Issue
Block a user