Update suggested ./configure in README

This commit is contained in:
Maxime Chevalier-Boisvert 2021-09-14 16:14:07 -04:00 коммит произвёл Alan Wu
Родитель bc7652998e
Коммит 9fff8fdb59
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 # Configure with debugging/stats options for development, build and install
./autogen.sh ./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 make -j16 install
``` ```