From 7b1e031f89aaa0cbb5dfda95a2796725ec607003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 12 Apr 2019 15:33:12 +0200 Subject: [PATCH] we no longer need to rebuild Nimble --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c90271db9..9fa756587 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,6 @@ NIM_DIR := vendor/Nim # but this is broken when using symlinks, so build csources separately (we get parallel compiling as a bonus) #- Windows is a special case, as usual #- macOS is also a special case, with its "ln" not supporting "-r" -#- rebuilds Nimble in release mode, for those using it manually ifeq ($(OS), Windows_NT) # the AppVeyor 32-build is done on a 64-bit image, so we need to override the architecture detection ifeq ($(ARCH_OVERRIDE), x86) @@ -69,8 +68,7 @@ BUILD_NIM := echo -e $(BUILD_MSG) "Nim compiler" && \ } || { \ cp -a bin/nim bin/nim_csources; \ } && \ - sh build_all.sh $(HANDLE_OUTPUT) && \ - $(ENV_SCRIPT) nim c $(NIM_PARAMS) -d:release --noNimblePath -p:compiler --nilseqs:on -o:bin/nimble dist/nimble/src/nimble.nim + sh build_all.sh $(HANDLE_OUTPUT) NIM_BINARY := $(NIM_DIR)/bin/nim$(EXE_SUFFIX) # md5sum - macOS is a special case ifeq ($(shell uname), Darwin)