Skip to content

Commit

Permalink
Bug fix: need to enable debuginfo to get useful remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Jan 20, 2024
1 parent 837d76c commit f14010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Clinker-plugin-lto -Cremark=all -Zremark-dir=/tmp/remarks
RUSTFLAGS: -Clinker-plugin-lto -Cremark=all -Zremark-dir=/tmp/remarks -Cdebuginfo=1
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f14010f

Please sign in to comment.