Skip to content

Instantly share code, notes, and snippets.

@larskanis
Created April 10, 2024 08:45
Show Gist options
  • Save larskanis/395db2977ffb019addb336e14719e727 to your computer and use it in GitHub Desktop.
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
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