summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-04-14 13:38:20 -0500
committerGitHub <noreply@github.com>2020-04-14 13:38:20 -0500
commitec83ced90e3c4db2b2b31458628a1957fc684484 (patch)
tree1487dc7e625b627ecd470de23e8e9f6bef85bb91 /src/options
parent3dfb48b80034a9eb628db641c9cec172e53fa910 (diff)
Remove early type check option (#4234)
Required to decouple options from NodeManager. This option is now always enabled in debug, and disabled in production.
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 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