From 0cb15d80a3d6095af59923c92421ee4de9a3aca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Sun, 8 Jan 2023 03:22:23 +0500 Subject: [PATCH] nimbus.nim: enable live outpit for nimc --- src/nimbus.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nimbus.nim b/src/nimbus.nim index f85bcc8..3f22cf1 100644 --- a/src/nimbus.nim +++ b/src/nimbus.nim @@ -156,7 +156,8 @@ proc setup(options: Options) = "$depfileopt $paths $in", description = "Compiling Nim application $out", depfile = "$out.d", - deps = "gcc") + deps = "gcc", + pool = "console") ninja.newline() debug("[build.ninja] Generating 'PHONY' target")