We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debuginfo-level=2
1 parent fda6892 commit 91be815Copy full SHA for 91be815
src/ci/run.sh
@@ -116,7 +116,7 @@ if [ "$DEPLOY$DEPLOY_ALT" = "1" ]; then
116
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
117
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.remap-debuginfo"
118
119
- if [ "$DEPLOY_ALT" != "" ]; then
+ if [ "$DEPLOY_ALT" != "" ] && isLinux; then
120
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --debuginfo-level=2"
121
else
122
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --debuginfo-level-std=1"
0 commit comments