From f5ed2d1465c88aef3f3715cd5ec37a8887c7c6ff Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 18 Oct 2025 16:00:38 -0400 Subject: Hide compilation message spam --- src/tomo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tomo.c') diff --git a/src/tomo.c b/src/tomo.c index 6741374a..9d3f6533 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -376,6 +376,9 @@ int main(int argc, char *argv[]) { } } + // When running files, if `--verbose` is not set, then don't print "compiled to ..." messages + if (!verbose) quiet = true; + run_files = normalize_tm_paths(run_files); for (int64_t i = 0; i < (int64_t)run_files.length; i++) { Path_t path = *(Path_t *)(run_files.data + i * run_files.stride); -- cgit v1.2.3