IDE: less verbosity

git-svn-id: trunk@53174 -
This commit is contained in:
mattias 2016-10-20 08:40:40 +00:00
parent 16b61e3228
commit f0b6a63446

View File

@ -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;