浏览代码

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



正在加载...
取消
保存