# HG changeset patch # User Sam # Date 1674143432 -25200 # Node ID a24c6b87ae83d50e662b258ff3f3ca85764ef827 # Parent 4c3891eb9ef9e17ce52e56d959fad177f73b1cf9 fix: use console for debug buids diff -r 4c3891eb9ef9 -r a24c6b87ae83 config.nims --- a/config.nims Thu Jan 19 22:49:12 2023 +0700 +++ b/config.nims Thu Jan 19 22:50:32 2023 +0700 @@ -13,7 +13,6 @@ switch("mm", "orc") switch("experimental", "strictEffects") switch("threads", "on") - switch("app", "gui") proc compilerFlagsDebug() = switch("debugger", "native") @@ -24,6 +23,7 @@ switch("define", "release") switch("checks", "off") switch("assertions", "off") + switch("app", "gui") task single_linux_debug, "build linux debug": compilerFlags()