Commit b93905dd authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #442 from dagar/patch-2

Update README.md
parents 5839a3b0 58ce847b
......@@ -91,7 +91,7 @@ There are a number of common flags you can pass to your make invocations:
- `BR=breakpoint`: when running under gdb, automatically set a breakpoint at the given location.
- `SELF_HOST=1`: run all of our Python scripts using pyston_dbg.
For a full list, please check out the (Makefile)[https://github.com/dropbox/pyston/blob/master/Makefile].
For a full list, please check out the [Makefile](https://github.com/dropbox/pyston/blob/master/Makefile).
#### Pyston command-line options:
......@@ -118,7 +118,7 @@ Pyston-specific flags:
<dd>Use a stripped stdlib. When running pyston_dbg, the default is to use a stdlib with full debugging symbols enabled. Passing -r changes this behavior to load a slimmer, stripped stdlib.</dd>
<dt>-x</dt>
<dd>Experimental: use the pypa parser.</dd>
<dd>Disable the pypa parser.</dd>
Standard Python flags:
<dt>-i</dt>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment