Skip to content

Commit 8e719ee

Browse files
committed
Print debug information during toolchain resolution.
Change-Id: I0785aa430af198635b9c4a193043a3798417acc8 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62375 Reviewed-by: Alex Chernyakhovsky <achernya@google.com> Reviewed-by: Paul Wankadia <junyer@google.com>
1 parent 95bb96b commit 8e719ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def build_extension(self, ext):
5959
pass
6060
# Register the local Python toolchain with highest priority.
6161
cmd.append('--extra_toolchains=@local_config_python//:py_toolchain')
62+
# Print debug information during toolchain resolution.
63+
cmd.append('--toolchain_resolution_debug=.*')
6264
cmd += ['--compilation_mode=opt', '--', ':all']
6365
self.spawn(cmd)
6466

0 commit comments

Comments
 (0)