aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-10-17 21:04:13 +0200
committerBłażej Szczygieł2016-10-17 22:40:14 +0200
commit2bf4553fe056c1fab5367dfae62426d3c7cf8168 (patch)
tree105c7de072427ffad00511abb8a82d3b3ac7c4c5 /platform/x11/detect.py
parente96c49f849fd9c5e41c8284c7122ec94909badac (diff)
downloadgodot-2bf4553fe056c1fab5367dfae62426d3c7cf8168.tar.gz
godot-2bf4553fe056c1fab5367dfae62426d3c7cf8168.tar.zst
godot-2bf4553fe056c1fab5367dfae62426d3c7cf8168.zip
SCons: Use colored output if available, change "colored"->"verbose"
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 eb71ac740..917a8a27d 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'])