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

cargo should allow debug=true without turning off ndebug #1432

Closed
metajack opened this issue Mar 18, 2015 · 1 comment
Closed

cargo should allow debug=true without turning off ndebug #1432

metajack opened this issue Mar 18, 2015 · 1 comment

Comments

@metajack
Copy link

We turned debug=true on for release builds in Servo because otherwise debug symbols are missing on Linux. However, this is terrible performance because this setting also turns of ndebug, which turns on task state, which is bad.

We'd like to get the symbols and keep the debug asserts off.

@alexcrichton
Copy link
Member

I believe this is a dupe of #1398, so closing in favor of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants