Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
9aeb98b3
Commit
9aeb98b3
authored
May 23, 2009
by
Ian Lynagh
Browse files
Turn on warnings when validating
parent
e23cf9de
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/validate-settings.mk
View file @
9aeb98b3
...
...
@@ -4,8 +4,8 @@
WERROR
=
-Werror
HADDOCK_DOCS
=
YES
SRC_CC_OPTS
+=
$(WERROR)
SRC_HC_OPTS
+=
$(WERROR)
-H64m
-O0
-fasm
SRC_CC_OPTS
+=
-Wall
$(WERROR)
SRC_HC_OPTS
+=
-Wall
$(WERROR)
-H64m
-O0
-fasm
GhcStage1HcOpts
+=
-O
-fasm
GhcStage2HcOpts
+=
-O
-fasm
...
...
Write
Preview
Markdown
is supported
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