File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ impl Config {
528
528
// Now that we've reached the end of our configuration, infer the
529
529
// default values for all options that we haven't otherwise stored yet.
530
530
531
- let default = config . channel == "nightly" ;
531
+ let default = false ;
532
532
config. llvm_assertions = llvm_assertions. unwrap_or ( default) ;
533
533
534
534
let default = match & config. channel [ ..] {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
49
49
if [ " $NO_LLVM_ASSERTIONS " = " 1" ]; then
50
50
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --disable-llvm-assertions"
51
51
elif [ " $DEPLOY_ALT " != " " ]; then
52
- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --disable -llvm-assertions"
52
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable -llvm-assertions"
53
53
fi
54
54
else
55
55
# We almost always want debug assertions enabled, but sometimes this takes too
You can’t perform that action at this time.
0 commit comments