Quellcode durchsuchen

Tweak output format in build bootstrap script

default_compile_flags
vector-of-bool vor 5 Jahren
Ursprung
Commit
a3ef8a841c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      tools/build.py

+ 1
- 1
tools/build.py Datei anzeigen

@@ -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



Laden…
Abbrechen
Speichern