mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
Update ujit.md
This commit is contained in:
parent
0d6ed3128a
commit
6100b52ecf
10
doc/ujit.md
10
doc/ujit.md
@ -14,7 +14,15 @@ If you would like to learn more about BBV, there are two published papers, and a
|
||||
|
||||
## Installation
|
||||
|
||||
The uJIT `ruby` binary can be built with either GCC or Clang. We recommend enabling debug symbols so that assertions are enabled
|
||||
Start by cloning the `microjit` branch of the `Shopify/ruby` repository:
|
||||
|
||||
```
|
||||
git clone https://github.com/Shopify/ruby.git microjit
|
||||
cd microjit
|
||||
git checkout microjit
|
||||
```
|
||||
|
||||
The uJIT `ruby` binary can be built with either GCC or Clang. We recommend enabling debug symbols so that assertions are enabled:
|
||||
|
||||
```
|
||||
autoconf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user