Use binary prefix
This commit is contained in:
parent
1e03427bba
commit
bd3726f719
|
@ -4,7 +4,7 @@ ARCH?=x86_64
|
||||||
## Flags to pass to the installer (empty to download binary packages)
|
## Flags to pass to the installer (empty to download binary packages)
|
||||||
INSTALLER_FLAGS?=--cookbook=cookbook
|
INSTALLER_FLAGS?=--cookbook=cookbook
|
||||||
## Enabled to use binary prefix (much faster)
|
## Enabled to use binary prefix (much faster)
|
||||||
PREFIX_BINARY?=0
|
PREFIX_BINARY?=1
|
||||||
## Enabled to build custom rustc
|
## Enabled to build custom rustc
|
||||||
PREFIX_RUSTC?=1
|
PREFIX_RUSTC?=1
|
||||||
## Filesystem size in MB (256 is the default)
|
## Filesystem size in MB (256 is the default)
|
||||||
|
|
Loading…
Reference in a new issue