Skip to content
Snippets Groups Projects
Commit 25297a13 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Admonish the user to read the wiki page!


Signed-off-by: default avatarEdward Z. Yang <ezyang@mit.edu>
parent b1cf9aae
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,15 @@ The GHC Developer's Wiki ...@@ -21,10 +21,15 @@ The GHC Developer's Wiki
Quick Start for developers Quick Start for developers
http://hackage.haskell.org/trac/ghc/wiki/Building/Hacking http://hackage.haskell.org/trac/ghc/wiki/Building/Hacking
This section on the wiki will get you up and running with a This section on the wiki will get you up and running with a
serviceable build tree in no time: serviceable build tree in no time.
Don't skip this! By default, GHC builds with all optimizations
and profiling; most hackers will want a quicker build, so creating
a mk/build.mk file and knowing how to rebuild only parts of GHC is
very important.
This is part of the "Building GHC" section of the wiki, which This is part of the "Building GHC" section of the wiki, which
has more detailed information on GHC's build system should you has more detailed information on GHC's build system should you
need it. need it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment