summary refs log tree commit diff stats
path: root/build_all.bat
diff options
context:
space:
mode:
authorȘtefan Talpalaru <stefantalpalaru@yahoo.com>2020-02-14 21:15:52 +0100
committerGitHub <noreply@github.com>2020-02-14 21:15:52 +0100
commit3d7d06571c1cf287362c9f1b00b4e2d4f95fdc1b (patch)
treeff20623201950376802198000a1a2e13bbe063f7 /build_all.bat
parentccd2e044cb820d186c7dac96c753ce25253ad628 (diff)
downloadNim-3d7d06571c1cf287362c9f1b00b4e2d4f95fdc1b.tar.gz
isolate the build process from external config files (#13411)
Diffstat (limited to 'build_all.bat')
-rw-r--r--build_all.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/build_all.bat b/build_all.bat
index 59df15594..7967e2584 100644
--- a/build_all.bat
+++ b/build_all.bat
@@ -12,5 +12,6 @@ if not exist bin\nim.exe (
   cd ..
 )
 bin\nim.exe c --skipUserCfg --skipParentCfg koch
-koch.exe boot -d:release
-koch.exe tools
\ No newline at end of file
+koch.exe boot -d:release --skipUserCfg --skipParentCfg
+koch.exe tools --skipUserCfg --skipParentCfg
+