Skip to content

Commit 7c13b21

Browse files
BurdetteLamarpeterzhu2118
authored andcommitted
[DOC] Improve link
1 parent f96d106 commit 7c13b21

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/jit/yjit.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ git clone https://github.com/ruby/ruby yjit
9191
cd yjit
9292
```
9393

94-
The YJIT `ruby` binary can be built with either GCC or Clang. It can be built either in dev (debug) mode or in release mode. For maximum performance, compile YJIT in release mode with GCC. More detailed build instructions are provided in the [Ruby README](https://github.com/ruby/ruby#how-to-build).
94+
The YJIT `ruby` binary can be built with either GCC or Clang.
95+
It can be built either in dev (debug) mode or in release mode.
96+
For maximum performance, compile YJIT in release mode with GCC.
97+
See [Building Ruby](rdoc-ref:./contributing/building_ruby_md.html#building-ruby).
9598

9699
```sh
97100
# Configure in release mode for maximum performance, build and install

0 commit comments

Comments
 (0)