Skip to content

Commit

Permalink
Enable debug symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 committed Feb 15, 2024
1 parent 7af7e0c commit 8d1d290
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
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: davidv1992/ploutos/.github/workflows/pkg-rust.yml
with:
workspace_package: statime-linux

Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ timestamped-socket = "0.1.0"
# our own crates used as dependencies, same version as the workspace version
# NOTE: keep this part at the bottom of the file, do not change this line
statime = { version = "0.1.0", path = "./statime" }

[profile.release]
debug = true

0 comments on commit 8d1d290

Please sign in to comment.