mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Default to not precompiled
This commit is contained in:
parent
0b979ebe1e
commit
f56972742f
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ pub fn build_app<'a>() -> App<'a> {
|
|||
.long(FLAG_PRECOMPILED)
|
||||
.about("Assumes the host has been precompiled and skips recompiling the host. (Enabled by default when using a --target other than `--target host`)")
|
||||
.possible_values(["true", "false"])
|
||||
.default_value("true")
|
||||
.default_value("false")
|
||||
.required(false),
|
||||
)
|
||||
.arg(
|
||||
|
@ -234,7 +234,7 @@ pub fn build_app<'a>() -> App<'a> {
|
|||
.long(FLAG_PRECOMPILED)
|
||||
.about("Assumes the host has been precompiled and skips recompiling the host. (Enabled by default when using a --target other than `--target host`)")
|
||||
.possible_values(["true", "false"])
|
||||
.default_value("true")
|
||||
.default_value("false")
|
||||
.required(false),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue