summaryrefslogtreecommitdiff
path: root/src/options/expr_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/expr_options.toml')
-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 d70765d69..b64758fd2 100644
--- a/src/options/expr_options.toml
+++ b/src/options/expr_options.toml
@@ -36,15 +36,6 @@ header = "options/expr_options.h"
help = "print types with variables when printing exprs"
[[option]]
- name = "earlyTypeChecking"
- category = "regular"
- long = "eager-type-checking"
- type = "bool"
- default = "USE_EARLY_TYPE_CHECKING_BY_DEFAULT"
- read_only = true
- help = "type check expressions immediately on creation (debug builds only)"
-
-[[option]]
name = "typeChecking"
category = "regular"
long = "type-checking"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback