summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-06-10 11:08:22 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-06-10 11:08:22 +0200
commit258bfa886a717bacb5c0a572f0f83f6a2a192120 (patch)
tree5ee5a533f46d70e9f9bd77749ba29dfdc822c0b5 /compiler/options.nim
parentf3e7e5fc13a30f80b26ed20e0f29bc39f6450917 (diff)
parentd4d5f95808f0db59dd46a6793fd35d8a32f693fb (diff)
downloadNim-258bfa886a717bacb5c0a572f0f83f6a2a192120.tar.gz
Merge pull request #2852 from kirbyfan64/devel
Colors!
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index b3060a180..48e2db0c7 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -54,6 +54,7 @@ type                          # please make sure we have under 32 options
     optSkipUserConfigFile,    # skip the users's config file
     optSkipParentConfigFiles, # skip parent dir's config files
     optNoMain,                # do not generate a "main" proc
+    optUseColors,             # use colors for hints, warnings, and errors
     optThreads,               # support for multi-threading
     optStdout,                # output to stdout
     optThreadAnalysis,        # thread analysis pass