Skip to content

Commit bdb3df7

Browse files
committed
Added -Wall option
1 parent ce3a5dc commit bdb3df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ GHCFLAGS=-f-useffi
2626
# also need to be enabled in ~/.cabal/config
2727
#
2828
#CONFIGFLAGS=--ghc-option='-rtsopts' --ghc-option='-auto-all'
29-
CONFIGFLAGS=
29+
CONFIGFLAGS=--ghc-option='-Wall'
30+
#CONFIGFLAGS=
3031

3132
HUSKC = huskc
3233
HUSKI = huski

0 commit comments

Comments
 (0)