Created
April 10, 2024 08:45
-
-
Save larskanis/395db2977ffb019addb336e14719e727 to your computer and use it in GitHub Desktop.
install ruby-3.4.0-dev (master on 2024-04-10) with ASAN support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC=clang-17 CFLAGS="-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0" rvm install ruby-head | |
# This compiles ruby and all later gems with ASAN support enabled. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment