Pass along verbose mode
This commit is contained in:
parent
fda4112168
commit
e183bab6c5
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ def main():
|
||||||
'--jobs=16',
|
'--jobs=16',
|
||||||
os.path.relpath(build_path),
|
os.path.relpath(build_path),
|
||||||
]
|
]
|
||||||
|
if is_verbose_mode():
|
||||||
|
args += ['-v']
|
||||||
#Make sure msdia140.dll is in the path (needed for dump_syms.exe)
|
#Make sure msdia140.dll is in the path (needed for dump_syms.exe)
|
||||||
env = os.environ.copy()
|
env = os.environ.copy()
|
||||||
msdia140_dll_path = os.path.join(GN_SRC_DIR, 'third_party', 'llvm-build',
|
msdia140_dll_path = os.path.join(GN_SRC_DIR, 'third_party', 'llvm-build',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue