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
Tobias Decking
GHC
Commits
b94b8069
Commit
b94b8069
authored
Nov 10, 2011
by
Simon Marlow
Browse files
validate: add -dcore-lint to stage2
parent
99119519
Changes
1
Show whitespace changes
Inline
Side-by-side
mk/validate-settings.mk
View file @
b94b8069
...
@@ -21,7 +21,7 @@ SRC_HC_OPTS += -Wall $(WERROR) -H64m -O0
...
@@ -21,7 +21,7 @@ SRC_HC_OPTS += -Wall $(WERROR) -H64m -O0
GhcStage1HcOpts
+=
-O
-fwarn-tabs
GhcStage1HcOpts
+=
-O
-fwarn-tabs
GhcStage2HcOpts
+=
-O
-fwarn-tabs
GhcStage2HcOpts
+=
-O
-fwarn-tabs
-dcore-lint
# Using -O (rather than -O0) here bringes my validate down from 22mins to 16 mins.
# Using -O (rather than -O0) here bringes my validate down from 22mins to 16 mins.
# Compiling stage2 takes longer, but we gain a faster haddock, faster
# Compiling stage2 takes longer, but we gain a faster haddock, faster
# running of the tests, and faster building of the utils to be installed
# running of the tests, and faster building of the utils to be installed
...
...
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