diff options
Diffstat (limited to 'compiler/options.nim')
-rwxr-xr-x | compiler/options.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 316ec2b14..f5e54a613 100755 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -12,6 +12,7 @@ import const hasTinyCBackend* = defined(tinyc) + useEffectSystem* = false type # please make sure we have under 32 options # (improves code efficiency a lot!) |