We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcd0bf5 + bb4d0be commit 0a67e9cCopy full SHA for 0a67e9c
Readme.md
@@ -59,13 +59,13 @@ Then you can run commands like this:
59
60
```bash
61
$ ./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
+$ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release --features master
63
```
64
65
To run the tests:
66
67
68
-$ ./test.sh --release
+$ ./test.sh --release --features master
69
70
71
## Usage
0 commit comments