[commit: nofib] master: Don't warn about tabs (a80baac)

git at git.haskell.org git at git.haskell.org
Mon Aug 27 14:38:15 UTC 2018


Repository : ssh://git@git.haskell.org/nofib

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a80baacfc29cc2e7ed50e94f3cd2648d11b1d7d5/nofib

>---------------------------------------------------------------

commit a80baacfc29cc2e7ed50e94f3cd2648d11b1d7d5
Author: klebinger.andreas at gmx.at <klebinger.andreas at gmx.at>
Date:   Mon Aug 27 16:37:19 2018 +0200

    Don't warn about tabs
    
    Summary: This removes a lot of noise from the nofib output.
    
    Test Plan: running nofib
    
    Reviewers: O26 nofib, alpmestan
    
    Reviewed By: alpmestan
    
    Subscribers: alpmestan
    
    Differential Revision: https://phabricator.haskell.org/D4952


>---------------------------------------------------------------

a80baacfc29cc2e7ed50e94f3cd2648d11b1d7d5
 mk/boilerplate.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk
index 9d0b6c6..324f689 100644
--- a/mk/boilerplate.mk
+++ b/mk/boilerplate.mk
@@ -42,7 +42,7 @@ endif
 NoFibSubDirs = imaginary spectral real shootout
 
 # Haskell compiler options for nofib
-NoFibHcOpts = -O2
+NoFibHcOpts = -O2 -Wno-tabs
 
 # Number of times to run each program
 NoFibRuns = 5



More information about the ghc-commits mailing list