Use split-debuginfo = "unpacked" for debug builds
This commit is contained in:
parent
5c4040e9bb
commit
a90e5cc9af
@ -11,3 +11,6 @@ target-dir = "target"
|
|||||||
|
|
||||||
[unstable]
|
[unstable]
|
||||||
binary-dep-depinfo = true
|
binary-dep-depinfo = true
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
split-debuginfo = "unpacked"
|
||||||
|
2
.github/workflows/clippy_bors.yml
vendored
2
.github/workflows/clippy_bors.yml
vendored
@ -180,6 +180,8 @@ jobs:
|
|||||||
|
|
||||||
# Run
|
# Run
|
||||||
- name: Build Integration Test
|
- name: Build Integration Test
|
||||||
|
env:
|
||||||
|
CARGO_PROFILE_DEV_SPLIT_DEBUGINFO: off
|
||||||
run: cargo test --test integration --features integration --no-run
|
run: cargo test --test integration --features integration --no-run
|
||||||
|
|
||||||
# Upload
|
# Upload
|
||||||
|
Loading…
Reference in New Issue
Block a user