We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eab962 commit b07e214Copy full SHA for b07e214
doc/contributing/building_ruby.md
@@ -307,9 +307,6 @@ RUBY_TEST_TIMEOUT_SCALE=5 SYNTAX_SUGGEST_TIMEOUT=600 make check
307
308
Please note, however, the following caveats!
309
310
-* ASAN will not work properly on any currently released version of Ruby; the
311
- necessary support is currently only present on Ruby's master branch (and the
312
- whole test suite passes only as of commit [Revision 9d0a5148]).
313
* Due to [Bug #20243], Clang generates code for threadlocal variables which
314
doesn't work with M:N threading. Thus, it's necessary to disable M:N
315
threading support at build time for now (with the `-DUSE_MN_THREADS=0`
0 commit comments