summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-rw-r--r--src/options/expr_options.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/options/expr_options.toml b/src/options/expr_options.toml
index 037d46169..368fb34e4 100644
--- a/src/options/expr_options.toml
+++ b/src/options/expr_options.toml
@@ -24,15 +24,6 @@ header = "options/expr_options.h"
help = "dagify common subexprs appearing > N times (1 == default, 0 == don't dagify)"
[[option]]
- name = "printExprTypes"
- category = "regular"
- long = "print-expr-types"
- type = "bool"
- default = "false"
- read_only = true
- help = "print types with variables when printing exprs"
-
-[[option]]
name = "typeChecking"
category = "regular"
long = "type-checking"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback