mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
[DOC] Remove point about ASAN not working on released Ruby
ASAN works on Ruby 3.4 and later, so we can remove the point about using master branch for ASAN.
This commit is contained in:
parent
2eab962c53
commit
b07e214bf1
1 changed files with 0 additions and 3 deletions
|
@ -307,9 +307,6 @@ RUBY_TEST_TIMEOUT_SCALE=5 SYNTAX_SUGGEST_TIMEOUT=600 make check
|
|||
|
||||
Please note, however, the following caveats!
|
||||
|
||||
* ASAN will not work properly on any currently released version of Ruby; the
|
||||
necessary support is currently only present on Ruby's master branch (and the
|
||||
whole test suite passes only as of commit [Revision 9d0a5148]).
|
||||
* Due to [Bug #20243], Clang generates code for threadlocal variables which
|
||||
doesn't work with M:N threading. Thus, it's necessary to disable M:N
|
||||
threading support at build time for now (with the `-DUSE_MN_THREADS=0`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue