summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorVarriount <Varriount@users.noreply.github.com>2014-04-21 15:41:03 -0400
committerVarriount <Varriount@users.noreply.github.com>2014-04-21 15:41:03 -0400
commitc0338eacb6b35b2d6a1c051b26d56c31b973cc30 (patch)
tree78cbfbc17b106be8d8575057262dd4d45b429268 /compiler/options.nim
parentbc79f40281accea987b23b47778782f7684de38c (diff)
parent03ffc344e129e38638a698fa0e83bb6c7b634913 (diff)
downloadNim-c0338eacb6b35b2d6a1c051b26d56c31b973cc30.tar.gz
Merge pull request #1118 from gradha/pr_show_boot_options
Version switch displays options used during `koch boot`
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 36d343d1b..58a340d21 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -16,7 +16,7 @@ const
   hasFFI* = defined(useFFI)
   newScopeForIf* = true
   useCaas* = not defined(noCaas)
-  noTimeMachine = defined(avoidTimeMachine) and defined(macosx)
+  noTimeMachine* = defined(avoidTimeMachine) and defined(macosx)
 
 type                          # please make sure we have under 32 options
                               # (improves code efficiency a lot!)