Skip to content

Commit 7ec3538

Browse files
committed
DEBUG: CMake generate tracing
1 parent 9b1cdb1 commit 7ec3538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def generate_build_tree(
364364
):
365365
log.info("Generating CMake build tree")
366366
cmake_dir = os.path.join(source_dir, "cmake")
367-
cmake_args = [cmake_path, cmake_dir]
367+
cmake_args = [cmake_path, cmake_dir, "--trace-expand"]
368368
if not use_dev_mode(args):
369369
cmake_args += ["--compile-no-warning-as-error"]
370370

0 commit comments

Comments
 (0)