summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-04-27 15:05:02 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:34 -0400
commitcfaf6013036bf1294d4dead83155daeb5a95308e (patch)
tree650d48f13b8b1086b2779b2de1ee728e81d338dd
parentcf2b508375c0b1d3c67f108861afb454a5110790 (diff)
downloadruby-cfaf6013036bf1294d4dead83155daeb5a95308e.tar.gz
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3deb13cdfd..0dc76bec4f 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ git clone https://github.com/Shopify/ruby.git yjit
cd yjit
```
-The YJIT `ruby` binary can be built with either GCC or Clang. We recommend enabling debug symbols so that assertions are enabled during development as this makes debugging easier. More detailed build instructions are provided in the [Ruby README](https://github.com/ruby/ruby#how-to-compile-and-install).
+The YJIT `ruby` binary can be built with either GCC or Clang. We recommend enabling debug symbols so that assertions are enabled during development as this makes debugging easier. Enabling debug mode will also make it possible for you to disassemble code generated by YJIT, and get access to stat counters. More detailed build instructions are provided in the [Ruby README](https://github.com/ruby/ruby#how-to-compile-and-install).
```
./autogen.sh