We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1cdb1 commit 7ec3538Copy full SHA for 7ec3538
tools/ci_build/build.py
@@ -364,7 +364,7 @@ def generate_build_tree(
364
):
365
log.info("Generating CMake build tree")
366
cmake_dir = os.path.join(source_dir, "cmake")
367
- cmake_args = [cmake_path, cmake_dir]
+ cmake_args = [cmake_path, cmake_dir, "--trace-expand"]
368
if not use_dev_mode(args):
369
cmake_args += ["--compile-no-warning-as-error"]
370
0 commit comments