Skip to content

Commit 1103309

Browse files
committed
Add GCC_COLORS to preserved envvars
GCC_COLORS is used to colorize the gcc output and changing it can be useful because some of the defaults may be hard to read on certain terminals.
1 parent 581c2fe commit 1103309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/lsst/sconsUtils/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def _initEnvironment():
204204
"XPA_PORT",
205205
"CONDA_BUILD_SYSROOT",
206206
"SDKROOT",
207+
"GCC_COLORS",
207208
]
208209

209210
codeCheckerVars = [

0 commit comments

Comments
 (0)