We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45696a commit 57a7364Copy full SHA for 57a7364
1 file changed
ext/msgpack/extconf.rb
@@ -9,7 +9,7 @@
9
$CFLAGS << %[ -I.. -Wall -O3 #{RbConfig::CONFIG["debugflags"]} -std=gnu99]
10
end
11
12
-if RUBY_VERSION.start_with?('3.0.')
+if RUBY_VERSION.start_with?('3.0.') && RUBY_VERSION <= '3.0.5'
13
# https://bugs.ruby-lang.org/issues/18772
14
$CFLAGS << ' -DRB_ENC_INTERNED_STR_NULL_CHECK=1 '
15
0 commit comments