diff options
author | Jean Boussier <[email protected]> | 2024-10-19 20:44:33 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-10-26 18:44:15 +0900 |
commit | a052d961034d72fcccaa92ba356c9d43f3154502 () | |
tree | 4bf38486eaca241813e5114f85af5ba7c3ca4a49 /ext/json/generator/extconf.rb | |
parent | cbd933bcf11f4847ac6333e2fec2344d03a466f0 (diff) |
[ruby/json] Compile with std=c99
https://.com/ruby/json/commit/d4968d2e48
-rw-r--r-- | ext/json/generator/extconf.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ if RUBY_ENGINE == 'truffleruby' # The pure-Ruby generator is faster on TruffleRuby, so skip compiling the generator extension File.write('Makefile', dummy_makefile("").join) else $defs << "-DJSON_GENERATOR" create_makefile 'json/ext/generator' end |