zed: Include full debug info in debug builds (#27924)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Ben Kunkle
2025-04-02 18:39:30 +00:00
committed by GitHub
parent c7d27753ee
commit 8539e23018
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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"'
-1
View File
@@ -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]