diff options
-rw-r--r-- | doc/contributing/building_ruby.md | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -260,11 +260,25 @@ This will add launch configurations for debugging Ruby itself by running `test.r ### Compiling for Debugging -You should configure Ruby without optimization and other flags that may -interfere with debugging: ```sh -./configure --enable-debug-env optflags="-O0 -fno-omit-frame-pointer" ``` ### Building with Address Sanitizer |