# HG changeset patch # User Sam # Date 1674143432 -25200 # Node ID 2ffabd90c297195baaaa5ebbe3ef929a108d3919 # Parent 86629e31543e77dad9a64cb2778944b441a9632c fix: use console for debug buids diff -r 86629e31543e -r 2ffabd90c297 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()