TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
prebuilts
/
f4ef2d0d9dbf6f696386b786eb60884a933685b0
/
.
/
linux-x64
/
clang
/
python3
/
lib
/
python3.9
/
distutils
/
debug.py
blob: daf1660f0d821143e388d37532a39ddfd2ca0347 [
file
] [
log
] [
blame
]
Olivier Deprez
f4ef2d0
2021-04-20 13:36:24 +0200
[
diff
] [
blame^
]
1
import
os
2
3
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
4
# debug mode.
5
DEBUG
=
os
.
environ
.
get
(
'DISTUTILS_DEBUG'
)