avoid -Wall, too noisy
This commit is contained in:
parent
ea5f0fca97
commit
fc87291e58
1 changed files with 1 additions and 1 deletions
2
ghci
2
ghci
|
@ -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//') $@
|
||||
|
|
Loading…
Reference in a new issue