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 bc5fbedd6..17d68b3b7 100644
--- a/src/options/strings_options.toml
+++ b/src/options/strings_options.toml
@@ -243,3 +243,12 @@ header = "options/strings_options.h"
default = "true"
read_only = true
help = "Enable the entailment checks in the strings rewriter"
+
+[[option]]
+ name = "stringsRewriterEntailContainsChecks"
+ category = "expert"
+ long = "strings-rewriter-entail-contains-checks"
+ type = "bool"
+ default = "true"
+ read_only = true
+ help = "Enable the contains entailment checks in the strings rewriter"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback