mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:19: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;
|
if ScanningCompilerDisabled then exit;
|
||||||
GetFPCCompilerParamsForEnvironmentTest(CurOptions);
|
GetFPCCompilerParamsForEnvironmentTest(CurOptions);
|
||||||
{$IFDEF VerboseFPCSrcScan}
|
{$IFDEF VerboseFPCSrcScan}
|
||||||
writeln('TMainIDE.RescanCompilerDefines A ',CurOptions,
|
debugln(['TMainIDE.RescanCompilerDefines A ',CurOptions,
|
||||||
' OnlyIfCompilerChanged=',OnlyIfCompilerChanged,
|
' OnlyIfCompilerChanged=',OnlyIfCompilerChanged,
|
||||||
' Valid=',InputHistories.FPCConfigCache.Valid(true),
|
' Valid=',InputHistories.FPCConfigCache.Valid(true),
|
||||||
' ID=',InputHistories.FPCConfigCache.FindItem(CurOptions),
|
' ID=',InputHistories.FPCConfigCache.FindItem(CurOptions),
|
||||||
@ -455,7 +455,7 @@ begin
|
|||||||
' EnvCompilerFilename=',EnvironmentOptions.CompilerFilename,
|
' EnvCompilerFilename=',EnvironmentOptions.CompilerFilename,
|
||||||
' CurDefinesCompilerOptions="',CurDefinesCompilerOptions,'"',
|
' CurDefinesCompilerOptions="',CurDefinesCompilerOptions,'"',
|
||||||
' CurOptions="',CurOptions,'"',
|
' CurOptions="',CurOptions,'"',
|
||||||
'');
|
'']);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
// rescan compiler defines
|
// rescan compiler defines
|
||||||
// ask the compiler for its settings
|
// ask the compiler for its settings
|
||||||
|
Loading…
Reference in New Issue
Block a user