Replace buildVerbosity with verboseBuild (nix#5761827)

This commit is contained in:
Alexander Ried 2016-05-11 18:34:50 +02:00 committed by Eelco Dolstra
parent 492d16074c
commit 232e6e8556

View file

@ -920,7 +920,7 @@ int main(int argc, char * * argv)
return true; return true;
}); });
settings.buildVerbosity = lvlVomit; settings.verboseBuild = true;
settings.lockCPU = false; settings.lockCPU = false;
State state; State state;