changeset 374:ad2a7586f625

did: update flags to reflect new defaults in nim v2
author Sam <sam@basx.dev>
date Sun, 26 Nov 2023 16:20:24 +0700
parents f4f1474dc70a
children 2388119b2989
files config.nims
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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):