Skip to content

Commit

Permalink
Create release builds with debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld authored and cikzh committed Mar 7, 2024
1 parent 7322fc2 commit 8efee94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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: pendulum-project/ploutos/.github/workflows/pkg-rust.yml@provide-debug-symbols
with:
workspace_package: statime-linux

Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tokio = "1.33"
rand = { version = "0.8.5", default-features = false }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = { version = "1.0.111" }
serde_test = { version = "1.0.176" }
serde_test = { version = "1.0.176" }
az = "1.2.1"
fixed = "1.24"
libm = "0.2.8"
Expand All @@ -53,3 +53,6 @@ timestamped-socket = "0.2.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 = 2

0 comments on commit 8efee94

Please sign in to comment.