-
-
Notifications
You must be signed in to change notification settings - Fork 757
fix: enable panic backtrace for release-debug #12854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying rspack with
|
| Latest commit: |
0897e93
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://986f8925.rspack-v2.pages.dev |
| Branch Preview URL: | https://yj-release-debug.rspack-v2.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR enables the color-backtrace feature for the release-debug profile in the node binding build script. The release-debug profile is a development-oriented profile that inherits from dev but with higher optimization levels, making it appropriate to include enhanced backtrace capabilities for debugging purposes.
Changes:
- Modified the build script to enable
color-backtracefeature when building with therelease-debugprofile, alongside the existing support fordevprofile
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📦 Binary Size-limit
🎉 Size decreased by 336.25KB from 48.34MB to 48.01MB (⬇️0.68%) |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
Summary
Related links
Checklist