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

if stdout: if stdout:
print(stdout, end='') print(stdout, end='')
end = time.time() end = time.time()
print(f'{msg} - Done: {end - start:.2}s')
print(f'{msg} - Done: {end - start:.2n}s')
return cpp_file, obj_path return cpp_file, obj_path





Loading…
Cancel
Save