Enable optimized builds on Travis#3313
Conversation
|
Critic review: https://critic.hoppipolla.co.uk/r/2579 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
Also, for some strange reason, no opt builds aren't much of an improvement speed-wise. If anything, they're slower! |
|
|
I just saw that as well and was working on a patch to add the flag to the pile of python :-) |
|
It looks like we might want We can configure this in Cargo.toml: http://crates.io/manifest.html#the-[profile.*]-sections |
|
We no longer Travis the things. |
By default, Cargo builds unoptimized. This changes the default on Travis to optimized builds, since we both find so many of our rust compiler bugs only in optimized builds and optimized is the flavor we would actually ship in the future.
r? @metajack