Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 42fc793

Browse files
authored
Package debug symbols with rust-g (tgstation#119)
1 parent 22a5b6e commit 42fc793

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
name: Windows Build
4747
path: |
4848
target/i686-pc-windows-msvc/release/rust_g.dll
49+
target/i686-pc-windows-msvc/release/rust_g.pdb
4950
target/rust_g.dm
5051
5152

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ crate-type = ["cdylib"]
1414
opt-level = 3
1515
codegen-units = 1
1616
lto = true
17+
debug = true
1718

1819
[dependencies]
1920
thiserror = "1.0"

0 commit comments

Comments
 (0)