aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-09-14 16:14:07 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:40 -0400
commit9fff8fdb59fe79e52bf0985db3edc4d8e1ce54fb (patch)
tree9183ac1de7c71d0a37ec6b0609eb38d5102be97a /README.md
parentbc7652998eb0f05379ba4247ab5202dc853496fa (diff)
downloadruby-9fff8fdb59fe79e52bf0985db3edc4d8e1ce54fb.tar.gz
Update suggested ./configure in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a313aeee7..5d7afbc047 100644
--- a/README.md
+++ b/README.md
@@ -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
```