# HG changeset patch # User Sam # Date 1700990424 -25200 # Node ID 00e31401810090a0e66a544f2ac057856a3ad7c1 # Parent 6001037da8c279fa5100ecbfeea144e10a745e6c did: update flags to reflect new defaults in nim v2 diff -r 6001037da8c2 -r 00e314018100 config.nims --- a/config.nims Sat Nov 25 22:59:06 2023 +0700 +++ b/config.nims Sun Nov 26 16:20:24 2023 +0700 @@ -15,9 +15,9 @@ switch("d", "BUNDLETYPE=" & BUNDLETYPE) switch("d", "RESOURCEROOT=" & RESOURCEROOT) switch("d", "nimPreviewHashRef") - switch("mm", "orc") switch("experimental", "strictEffects") - switch("threads", "on") + switch("experimental", "strictFuncs") + switch("nimblePath", "nimbledeps/pkgs2") var buildType = DEBUG var platformDir = "" if defined(linux): @@ -124,8 +124,6 @@ if getCommand() in ["c", "compile", "r", "dump", "check", "idetools"]: --path:src - --mm:orc - --threads:on if defined(linux): --d:VK_USE_PLATFORM_XLIB_KHR if defined(windows):