avoid -Wall, too noisy

This commit is contained in:
Joey Hess 2012-10-18 00:29:15 -04:00
parent ea5f0fca97
commit fc87291e58

2
ghci
View file

@ -2,4 +2,4 @@
# This runs ghci with the same flags used when compiling with ghc.
# Certian flags need to be the same in order for ghci to reuse compiled
# objects.
ghci $(make getflags) $@
ghci $(make getflags | sed 's/-Wall//') $@