Skip to content

Commit bb4d0be

Browse files
Fix build instructions
1 parent bcd0bf5 commit bb4d0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
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)