Repair broken link
This commit is contained in:
parent
a500eb9f8c
commit
8f9d58a962
Notes:
git
2023-06-28 16:01:35 +00:00
@ -81,7 +81,7 @@ git clone https://github.com/ruby/ruby yjit
|
||||
cd yjit
|
||||
```
|
||||
|
||||
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-compile-and-install).
|
||||
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).
|
||||
|
||||
```sh
|
||||
# Configure in release mode for maximum performance, build and install
|
||||
|
Loading…
x
Reference in New Issue
Block a user