zed: Include full debug info in debug builds (#27924)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
c7d27753ee
commit
8539e23018
2 changed files with 1 additions and 2 deletions
2
.github/actions/run_tests_windows/action.yml
vendored
2
.github/actions/run_tests_windows/action.yml
vendored
|
@ -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"'
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue