diff options
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index be13e15d7..d1428312b 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -36,7 +36,8 @@ type # please make sure we have under 32 options optImplicitStatic, # optimization: implicit at compile time # evaluation optPatterns, # en/disable pattern matching - optMemTracker + optMemTracker, + optHotReloading TOptions* = set[TOption] TGlobalOption* = enum # **keep binary compatible** |