This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Tweak output format in build bootstrap script
default_compile_flags
vector-of-bool
5 years ago
parent
0c6c0dae8e
commit
a3ef8a841c
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+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:.2
n
}s')
return cpp_file, obj_path
return cpp_file, obj_path
Write
Preview
Loading…
Cancel
Save