ref: 90c7bf02c85c7ec7c85ee45aea7273deb426f026
parent: 1e85c4cff127d4822e55f7f71ce76a5367893263
author: cancel <cancel@cancel.fm>
date: Fri Nov 30 04:08:40 EST 2018
Cleanup
--- a/tool
+++ b/tool
@@ -199,8 +199,8 @@
# trick to avoid expanding second operand
verbose_echo timed_stats "$cc_exe" "${compiler_flags[@]}" -o "$out_path" "${source_files[@]}" ${libraries[@]+"${libraries[@]}"}
if [[ $stats_enabled = 1 ]]; then
- echo "time: $last_time"
- echo "size: $(file_size "$out_path")"
+ echo "time: $last_time"
+ echo "size: $(file_size "$out_path")"
fi
}