Skip to content

Commit

Permalink
Don't build with -Wall for the release.
Browse files Browse the repository at this point in the history
It just makes us look bad! :-)
  • Loading branch information
Duncan Coutts committed Sep 6, 2006
1 parent 67eb472 commit 6a516e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" ""
CABALVERSION=1.1.5.9.1
KIND=rc
#KIND=latest
GHCFLAGS= --make -Wall -fno-warn-unused-matches -cpp
GHCFLAGS= --make -fno-warn-unused-matches -cpp
# later: -Wall
PREF=/usr/local
USER_FLAG =
Expand Down

0 comments on commit 6a516e8

Please sign in to comment.