From bd3726f71965978c67245af8af8dcc079744532b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 18 Jun 2019 20:10:30 -0600 Subject: [PATCH] Use binary prefix --- mk/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk b/mk/config.mk index 1733ca1de..e84845097 100644 --- a/mk/config.mk +++ b/mk/config.mk @@ -4,7 +4,7 @@ ARCH?=x86_64 ## Flags to pass to the installer (empty to download binary packages) INSTALLER_FLAGS?=--cookbook=cookbook ## Enabled to use binary prefix (much faster) -PREFIX_BINARY?=0 +PREFIX_BINARY?=1 ## Enabled to build custom rustc PREFIX_RUSTC?=1 ## Filesystem size in MB (256 is the default)