summaryrefslogtreecommitdiff
path: root/mk/validate-settings.mk
blob: 2c36f87881c1b95baa9524ceb63c8518119e3255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

WERROR          = -Werror

HADDOCK_DOCS    = YES
SRC_CC_OPTS     = $(WERROR)
SRC_HC_OPTS     = $(WERROR) -H64m -O0 -fasm
GhcStage1HcOpts = -O -fasm
GhcStage2HcOpts = -O0 -fasm
GhcLibHcOpts    = -O -fasm -dcore-lint
GhcLibWays      =
SplitObjs       = NO
NoFibWays       =
STRIP           = :
GhcBootLibs     = YES