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 54a3142 commit d565d80Copy full SHA for d565d80
ext/json/generator/extconf.rb
@@ -4,7 +4,7 @@
4
# The pure-Ruby generator is faster on TruffleRuby, so skip compiling the generator extension
5
File.write('Makefile', dummy_makefile("").join)
6
else
7
- append_cflags("-std=c99 -O0")
+ append_cflags("-std=c99")
8
$defs << "-DJSON_GENERATOR"
9
$defs << "-DJSON_DEBUG" if ENV["JSON_DEBUG"]
10
ext/json/lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module JSON
- VERSION = '2.12.1'
+ VERSION = '2.12.2'
end
0 commit comments