-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Turn on --disable-debug for distribution? #20713
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
Comments
Nominating because this could have a big impact on perception. |
(deleting earlier comment that was confused by a typo in the title) |
@pnkfelix Oops. 'off' -> 'on' |
brson
added a commit
to brson/rust
that referenced
this issue
Jan 7, 2015
…g#20713 This makes std not do overflow checks for releases.
@alexcrichton says this is effectively done now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we do not set this flag on nightly/beta/stable, but with overflow checking it will have a more pronounced, though yet unmeasured, performance impact. Seems like we will likely want to turn off overflow checks in std for distributed binaries.
The text was updated successfully, but these errors were encountered: