mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +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
|
||||
// => invalidate macros so they now use the actual values
|
||||
IncreaseBuildMacroChangeStamp;
|
||||
if ConsoleVerbosity>0 then
|
||||
if ConsoleVerbosity>1 then
|
||||
debugln(['Hint: (lazarus) [TBuildManager.SetBuildTarget] OS=',fTargetOS,' CPU=',fTargetCPU,' CompQueryOptions=',CompQueryOptions,' DefaultOS=',CompilerTargetOS,' DefaultCPU=',CompilerTargetCPU]);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user