We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174838f commit f96a4ccCopy full SHA for f96a4cc
configure
@@ -722,11 +722,25 @@ case "$CFG_RELEASE_CHANNEL" in
722
nightly )
723
msg "overriding settings for $CFG_RELEASE_CHANNEL"
724
CFG_ENABLE_LLVM_ASSERTIONS=1
725
- CFG_ENABLE_DEBUGINFO_LINES=1
+
726
+ # FIXME(#37364) shouldn't have to disable this on windows-gnu
727
+ case "$CFG_BUILD" in
728
+ *-pc-windows-gnu)
729
+ ;;
730
+ *)
731
+ CFG_ENABLE_DEBUGINFO_LINES=1
732
733
+ esac
734
;;
735
beta | stable)
736
737
738
739
740
741
742
743
744
745
dev)
746
0 commit comments