diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-04-16 22:10:02 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-04-16 22:46:16 +0200 |
commit | 1c89c45ae94cae716b0590b4b94613cf43d512ed (patch) | |
tree | 9dee36b79dceaa7e3e071650a9e5b4fe8e574d14 /koch.nim | |
parent | 3670fe2385fc22cf273738a038e4946b19027e84 (diff) | |
download | Nim-1c89c45ae94cae716b0590b4b94613cf43d512ed.tar.gz |
Adds option to exclude nimcache dirs from time machine backups.
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim index d7da56590..9d59344f2 100644 --- a/koch.nim +++ b/koch.nim @@ -53,6 +53,7 @@ Boot options: (not needed on Windows) -d:nativeStacktrace use native stack traces (only for Mac OS X or Linux) -d:noCaas build Nimrod without CAAS support + -d:avoidTimeMachine only for Mac OS X, excludes nimcache dir from backups """ proc exe(f: string): string = return addFileExt(f, ExeExt) |