From 8539e230180306dbcf1086a8640797971fdd8117 Mon Sep 17 00:00:00 2001 From: Ben Kunkle Date: Wed, 2 Apr 2025 14:39:30 -0400 Subject: [PATCH] zed: Include full debug info in debug builds (#27924) Closes #ISSUE Release Notes: - N/A --- .github/actions/run_tests_windows/action.yml | 2 +- Cargo.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/run_tests_windows/action.yml b/.github/actions/run_tests_windows/action.yml index c2875299cd..79de10e31d 100644 --- a/.github/actions/run_tests_windows/action.yml +++ b/.github/actions/run_tests_windows/action.yml @@ -23,4 +23,4 @@ runs: - name: Run tests shell: pwsh working-directory: ${{ inputs.working-directory }} - run: cargo nextest run --workspace --no-fail-fast + run: cargo nextest run --workspace --no-fail-fast --config='profile.dev.debug="limited"' diff --git a/Cargo.toml b/Cargo.toml index 0ef48a7795..b773fe3d63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -662,7 +662,6 @@ notify-types = { git = "https://github.com/zed-industries/notify.git", rev = "bb [profile.dev] split-debuginfo = "unpacked" -debug = "limited" codegen-units = 16 [profile.dev.package]