diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2024-10-19 20:44:33 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-26 18:44:15 +0900 |
| commit | a052d961034d72fcccaa92ba356c9d43f3154502 (patch) | |
| tree | 4bf38486eaca241813e5114f85af5ba7c3ca4a49 /ext/json/parser | |
| parent | cbd933bcf11f4847ac6333e2fec2344d03a466f0 (diff) | |
[ruby/json] Compile with std=c99
https://github.com/ruby/json/commit/d4968d2e48
Diffstat (limited to 'ext/json/parser')
| -rw-r--r-- | ext/json/parser/extconf.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/json/parser/extconf.rb b/ext/json/parser/extconf.rb index feb586e1b4..92419b787c 100644 --- a/ext/json/parser/extconf.rb +++ b/ext/json/parser/extconf.rb @@ -29,4 +29,6 @@ rescue NoMethodError $CFLAGS << ' -DSTR_UMINUS_DEDUPE_FROZEN=0 ' end +append_cflags("-std=c99") + create_makefile 'json/ext/parser' |
