We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79de47a commit 2ef0bdbCopy full SHA for 2ef0bdb
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, "--trace-expand"]
+ cmake_args = [cmake_path, cmake_dir]
368
if not use_dev_mode(args):
369
cmake_args += ["--compile-no-warning-as-error"]
370
0 commit comments