mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update README.md
This commit is contained in:
parent
cf2b508375
commit
cfaf601303
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ git clone https://github.com/Shopify/ruby.git yjit
|
|||
cd yjit
|
||||
```
|
||||
|
||||
The YJIT `ruby` binary can be built with either GCC or Clang. We recommend enabling debug symbols so that assertions are enabled during development as this makes debugging easier. 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. We recommend enabling debug symbols so that assertions are enabled during development as this makes debugging easier. Enabling debug mode will also make it possible for you to disassemble code generated by YJIT, and get access to stat counters. More detailed build instructions are provided in the [Ruby README](https://github.com/ruby/ruby#how-to-compile-and-install).
|
||||
|
||||
```
|
||||
./autogen.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue