diff options
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index de412979f..34268259b 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -226,7 +226,9 @@ type strictDefs, strictCaseObjects, inferGenericTypes, - genericsOpenSym, # remove nfDisabledOpenSym when this switch is default + openSym, # remove nfDisabledOpenSym when this is default + # separated alternatives to above: + genericsOpenSym, templateOpenSym, vtables LegacyFeature* = enum |