summaryrefslogtreecommitdiff
path: root/src/options/strings_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-05-21 18:33:14 -0500
committerGitHub <noreply@github.com>2020-05-21 18:33:14 -0500
commit863f229f992cbe02a64889675fc31950e0fe2859 (patch)
tree82c9c2b0bccc9db19d5c46f5857c9a712b21fac4 /src/options/strings_options.toml
parent2c78f3bf696e7eb4b04f687e15b9569b9e1b8f23 (diff)
Disable re-elim by default (#4508)
Disabling re-elim performs better overall in many recent experiments.
Diffstat (limited to 'src/options/strings_options.toml')
-rw-r--r--src/options/strings_options.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/strings_options.toml b/src/options/strings_options.toml
index 44ca2c390..3cf8f5852 100644
--- a/src/options/strings_options.toml
+++ b/src/options/strings_options.toml
@@ -174,7 +174,7 @@ header = "options/strings_options.h"
category = "regular"
long = "re-elim"
type = "bool"
- default = "true"
+ default = "false"
help = "elimination techniques for regular expressions"
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback