Browse Source

Tweak output format in build bootstrap script

default_compile_flags
vector-of-bool 5 years ago
parent
commit
a3ef8a841c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/build.py

+ 1
- 1
tools/build.py View File

@@ -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…
Cancel
Save