Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Glasgow Haskell Compiler
GHC
Wiki
Building
hadrian
hadrian
· Changes
Page history
Update hadrian
authored
Apr 30, 2020
by
Ben Gamari
Hide whitespace changes
Inline
Side-by-side
building/hadrian.md
View page @
380ab9cf
...
...
@@ -70,7 +70,7 @@ stage1.*.ghc-bin.link.opts += -ticky
### Building an eventlog-enabled stage2 compiler
```
stage1.
*.
ghc-bin.link.opts += -eventlog
stage1.ghc-bin.
ghc.
link.opts += -eventlog
```
## Shell aliases
...
...