Skip to content

Commit c66e8e6

Browse files
committed
Generate debug symbols on packaging.
1 parent c9b65d3 commit c66e8e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/packaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
package:
14-
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
14+
uses: pendulum-project/ploutos/.github/workflows/pkg-rust.yml@provide-debug-symbols
1515
with:
1616
workspace_package: ntpd
1717

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ panic = "abort"
2929

3030
[profile.release]
3131
panic = "abort"
32-
strip = "debuginfo"
32+
debug = "full"
3333

3434
[workspace.dependencies]
3535
tracing = "0.1.21"

0 commit comments

Comments
 (0)