mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:59:20 +02:00
IDE: less verbosity
git-svn-id: trunk@53174 -
This commit is contained in:
parent
16b61e3228
commit
f0b6a63446
@ -2689,7 +2689,7 @@ begin
|
|||||||
// the macros were resolved with default values
|
// the macros were resolved with default values
|
||||||
// => invalidate macros so they now use the actual values
|
// => invalidate macros so they now use the actual values
|
||||||
IncreaseBuildMacroChangeStamp;
|
IncreaseBuildMacroChangeStamp;
|
||||||
if ConsoleVerbosity>0 then
|
if ConsoleVerbosity>1 then
|
||||||
debugln(['Hint: (lazarus) [TBuildManager.SetBuildTarget] OS=',fTargetOS,' CPU=',fTargetCPU,' CompQueryOptions=',CompQueryOptions,' DefaultOS=',CompilerTargetOS,' DefaultCPU=',CompilerTargetCPU]);
|
debugln(['Hint: (lazarus) [TBuildManager.SetBuildTarget] OS=',fTargetOS,' CPU=',fTargetCPU,' CompQueryOptions=',CompQueryOptions,' DefaultOS=',CompilerTargetOS,' DefaultCPU=',CompilerTargetCPU]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user