Repair broken link

This commit is contained in:
BurdetteLamar 2023-06-28 16:56:28 +01:00 committed by Peter Zhu
parent a500eb9f8c
commit 8f9d58a962
Notes: git 2023-06-28 16:01:35 +00:00

View File

@ -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