summaryrefslogtreecommitdiff
path: root/src/options/strings_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/strings_options.toml')
-rw-r--r--src/options/strings_options.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options/strings_options.toml b/src/options/strings_options.toml
index 3916c68f3..98c26c79a 100644
--- a/src/options/strings_options.toml
+++ b/src/options/strings_options.toml
@@ -252,3 +252,12 @@ header = "options/strings_options.h"
[[option.mode.NONE]]
name = "none"
help = "Do not compute intersections for regular expressions."
+
+[[option]]
+ name = "useCode"
+ category = "expert"
+ long = "use-code"
+ type = "bool"
+ default = "true"
+ read_only = true
+ help = "use str.code to encode str.to.int/int.to.str/re.range"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback