chore: enable backtrace for release-debug#12868
Conversation
Deploying rspack with
|
| Latest commit: |
b750542
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b759933a.rspack-v2.pages.dev |
| Branch Preview URL: | https://yj-enable-debug-trace.rspack-v2.pages.dev |
There was a problem hiding this comment.
Pull request overview
This PR modifies the build configuration to enable backtrace functionality for the release-debug profile by removing it from the condition that determines when to use Rust's -Zbuild-std=panic_abort,std flag.
Changes:
- Removes
release-debugprofile from theuse_build_stdcondition in the build script, allowing backtraces to work properly for this profile while maintaining optimization.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📦 Binary Size-limit
🎉 Size decreased by 331.50KB from 48.34MB to 48.02MB (⬇️0.67%) |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
Summary
#12854 support backtrace but backtrace is empty becase build_std remove unwind-table info
Related links
Checklist