1
0
Fork 0
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:
Maxime Chevalier-Boisvert 2021-09-14 16:14:07 -04:00 committed by Alan Wu
parent bc7652998e
commit 9fff8fdb59

View file

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