mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update suggested ./configure in README
This commit is contained in:
parent
bc7652998e
commit
9fff8fdb59
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ To support disassembly of the generated code, `libcapstone` is also required (`b
|
|||
```
|
||||
# Configure with debugging/stats options for development, build and install
|
||||
./autogen.sh
|
||||
./configure cppflags="-DRUBY_DEBUG -DYJIT_STATS" --prefix=$HOME/.rubies/ruby-yjit
|
||||
./configure cppflags="-DRUBY_DEBUG -DYJIT_STATS" --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc --disable--install-rdoc
|
||||
make -j16 install
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue