Skip to content
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

-Zdebug-macros should either be the default or continue to be available on release-channel compiler #41743

Open
hsivonen opened this Issue May 4, 2017 · 0 comments

Comments

Projects
None yet
2 participants
@hsivonen
Copy link
Contributor

hsivonen commented May 4, 2017

Firefox is built with release-channel Rust, and -Zdebug-macros is needed to get useful debuggability, crash/panic reporting and profiling attributability for Rust code in Firefox.

According to build-time output, the option is going to go away from the release-channel compiler. It seems that the option isn't on track to becoming the default, either.

If it's not made the default, please continue keeping the option (under some name) available to release-channel Rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.