Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
9aeb98b3
Commit
9aeb98b3
authored
May 23, 2009
by
Ian Lynagh
Browse files
Turn on warnings when validating
parent
e23cf9de
Changes
1
Show whitespace changes
Inline
Side-by-side
mk/validate-settings.mk
View file @
9aeb98b3
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
WERROR
=
-Werror
WERROR
=
-Werror
HADDOCK_DOCS
=
YES
HADDOCK_DOCS
=
YES
SRC_CC_OPTS
+=
$(WERROR)
SRC_CC_OPTS
+=
-Wall
$(WERROR)
SRC_HC_OPTS
+=
$(WERROR)
-H64m
-O0
-fasm
SRC_HC_OPTS
+=
-Wall
$(WERROR)
-H64m
-O0
-fasm
GhcStage1HcOpts
+=
-O
-fasm
GhcStage1HcOpts
+=
-O
-fasm
GhcStage2HcOpts
+=
-O
-fasm
GhcStage2HcOpts
+=
-O
-fasm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment