summaryrefslogtreecommitdiff
path: root/ext/json/extconf.rb
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2020-09-09 15:24:22 +0200
committerHiroshi SHIBATA <[email protected]>2020-10-20 21:40:25 +0900
commit520e0916af0fe53a5ca57269a2bae50cc60e4241 ()
tree0e5b9d615852b0557cc6cd95ce851d59df9d6121 /ext/json/extconf.rb
parentf6680c9ad1b334f094144d788887cd33f7043f41 (diff)
Implement a freeze: parser option
If set to true all parsed objects will be immediately frozen, and strings will be deduplicated if the Ruby implementation allows it.
-rw-r--r--ext/json/extconf.rb1
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@
require 'mkmf'
create_makefile('json')