From 74196c87ea90d6d79e897ca86f3f94ab0edc047e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 16 Feb 2019 02:11:18 +0100 Subject: [PATCH] don't bother rebuilding Nimble, since we don't use it --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c0787b72..42b9362fe 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,7 @@ BUILD_NIM := cd $(NIM_DIR) && \ } || { \ cp -a bin/nim bin/nim_csources; \ } && \ - sh build_all.sh && \ - $(ENV_SCRIPT) nim c -d:release --noNimblePath -p:compiler --nilseqs:on -o:bin/nimble dist/nimble/src/nimble.nim + sh build_all.sh OpenSystemsLab/tempfile.nim \ status-im/nim-eth \