Skip to content

Commit 0e0c841

Browse files
committed
Nightly gets LLVM assertions
1 parent a725426 commit 0e0c841

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

configure

+7-3
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,15 @@ fi
617617
step_msg "validating $CFG_SELF args"
618618
validate_opt
619619

620-
# Validate the release channel
620+
# Validate the release channel, and configure options
621621
case "$CFG_RELEASE_CHANNEL" in
622-
(dev | nightly | beta | stable)
622+
nightly )
623+
msg "overriding settings for $CFG_RELEASE_CHANNEL"
624+
CFG_ENABLE_LLVM_ASSERTIONS=1
623625
;;
624-
(*)
626+
dev | beta | stable)
627+
;;
628+
*)
625629
err "release channel must be 'dev', 'nightly', 'beta' or 'stable'"
626630
;;
627631
esac

0 commit comments

Comments
 (0)