Преглед изворни кода

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…
Откажи
Сачувај