aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-10-17 21:04:13 +0200
committerRémi Verschelde2016-10-30 14:51:34 +0100
commit85a71053454c85e12416f2ffc1bdfb86b3f3ffaf (patch)
tree6ebcd32cccacf6fa2697521978d9ae906c42e7ee /platform/x11/detect.py
parentdcd4b80c132c6b874afeefe57e4fe7b4749d8edf (diff)
downloadgodot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.tar.gz
godot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.tar.zst
godot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.zip
SCons: Use colored output if available, change "colored"->"verbose"
(cherry picked from commit 2bf4553fe056c1fab5367dfae62426d3c7cf8168)
Diffstat (limited to 'platform/x11/detect.py')
-rw-r--r--platform/x11/detect.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py
index 902afdcd7..4bd0c720c 100644
--- a/platform/x11/detect.py
+++ b/platform/x11/detect.py
@@ -94,10 +94,6 @@ def configure(env):
env.Append(CPPFLAGS=['-DTYPED_METHOD_BIND'])
env.extra_suffix=".llvm"
- if (env["colored"]=="yes"):
- if sys.stdout.isatty():
- env.Append(CXXFLAGS=["-fcolor-diagnostics"])
-
if (env["use_sanitizer"]=="yes"):
env.Append(CXXFLAGS=['-fsanitize=address','-fno-omit-frame-pointer'])
env.Append(LINKFLAGS=['-fsanitize=address'])