소스 검색

Tweak output format in build bootstrap script

default_compile_flags
vector-of-bool 6 년 전
부모
커밋
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…
취소
저장