summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-09-17 15:28:25 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2021-09-17 15:30:57 +0100
commitdc4edd59c52a76131dfb7530a0db46fcdd2be71f (patch)
tree7bfd2d682b08b96644866dfe7545d39fdc5fcad2
parent64923cf295ea914db458547432237a5ed1eff571 (diff)
downloadhaskell-wip/t20381.tar.gz
hadrian: Disable verbose timing informationwip/t20381
Before the output contain a lot of verbose information about timining various things to do with shake which wasn't so useful for developers. ``` shakeArgsWith 0.000s 0% Function shake 0.010s 0% Database read 0.323s 12% === With database 0.031s 1% Running rules 2.301s 86% ========================= Pool finished (1786 threads, 5 max) 0.003s 0% Cleanup 0.000s 0% Total 2.669s 100% Build completed in 2.67s ``` Now the output just contains the last line ``` Build completed in 2.67s ``` Ticket #20381
-rw-r--r--hadrian/src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Main.hs b/hadrian/src/Main.hs
index db808f5a57..25ea219404 100644
--- a/hadrian/src/Main.hs
+++ b/hadrian/src/Main.hs
@@ -50,7 +50,7 @@ main = do
, shakeFiles = buildRoot -/- Base.shakeFilesDir
, shakeProgress = progressSimple
, shakeRebuild = rebuild
- , shakeTimings = True
+ , shakeTimings = False
, shakeColor = shakeColor
, shakeExtra = extra