Skip to content

Commit

Permalink
Merge pull request #129 from rajcspsg/issue_84
Browse files Browse the repository at this point in the history
Issue84 Add note about ./x.py build
  • Loading branch information
Michael-F-Bryan authored May 10, 2018
2 parents 7d776f5 + 1cea261 commit c8cdc0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ internally. The result is the compiling `rustc` is done in stages.
For hacking, often building the stage 1 compiler is enough, but for
final testing and release, the stage 2 compiler is used.

`./x.py check` is really fast to build the rust compiler.
It is, in particular, very useful when you're doing some kind of
"type-based refactoring", like renaming a method, or changing the
signature of some function.

Once you've created a config.toml, you are now ready to run
`x.py`. There are a lot of options here, but let's start with what is
probably the best "go to" command for building a local rust:
Expand Down

0 comments on commit c8cdc0b

Please sign in to comment.