Skip to content

Commit 0a3f1a8

Browse files
committed
Enable debug symbols.
1 parent 7af7e0c commit 0a3f1a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/packaging.yml

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: davidv1992/ploutos/.github/workflows/pkg-rust.yml@main
1515
with:
1616
workspace_package: statime-linux
1717

Cargo.toml

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ timestamped-socket = "0.1.0"
5252
# our own crates used as dependencies, same version as the workspace version
5353
# NOTE: keep this part at the bottom of the file, do not change this line
5454
statime = { version = "0.1.0", path = "./statime" }
55+
56+
[profile.release]
57+
debug = true

0 commit comments

Comments
 (0)