diff options
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 813d2d6e5..b9aca23a1 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -147,6 +147,7 @@ type ## This requires building nim with `-d:nimHasLibFFI` ## which itself requires `nimble install libffi`, see #10150 ## Note: this feature can't be localized with {.push.} + vmopsDanger, LegacyFeature* = enum allowSemcheckedAstModification, |