Skip to content

Commit

Permalink
Generate debug symbols on packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 committed Mar 1, 2024
1 parent c9b65d3 commit 62fb8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
package:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: pendulum-project/ploutos/.github/workflows/pkg-rust.yml@provide-debug-symbols
with:
workspace_package: ntpd

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ panic = "abort"

[profile.release]
panic = "abort"
strip = "debuginfo"
debug = 2

[workspace.dependencies]
tracing = "0.1.21"
Expand Down

0 comments on commit 62fb8cc

Please sign in to comment.