Skip to content

Commit 0a67e9c

Browse files
authored
Merge pull request rust-lang#391 from GuillaumeGomez/fix-build-instructions
Fix build instructions
2 parents bcd0bf5 + bb4d0be commit 0a67e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ Then you can run commands like this:
5959

6060
```bash
6161
$ ./y.sh prepare # download and patch sysroot src and install hyperfine for benchmarking
62-
$ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release
62+
$ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release --features master
6363
```
6464

6565
To run the tests:
6666

6767
```bash
68-
$ ./test.sh --release
68+
$ ./test.sh --release --features master
6969
```
7070

7171
## Usage

0 commit comments

Comments
 (0)