瀏覽代碼

Tweak output format in build bootstrap script

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
a3ef8a841c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tools/build.py

+ 1
- 1
tools/build.py 查看文件

@@ -153,7 +153,7 @@ def _compile_src(opts: BuildOptions, cpp_file: Path) -> Tuple[Path, Path]:
if stdout:
print(stdout, end='')
end = time.time()
print(f'{msg} - Done: {end - start:.2}s')
print(f'{msg} - Done: {end - start:.2n}s')
return cpp_file, obj_path



Loading…
取消
儲存