-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
configure --enable-debug --enable-optimize
is not enabling optimizations
#24405
Comments
(the fix for this looks easy... i wonder why no one else has been flummoxed by the resulting build times though...) |
poking at a fix before I crash, mostly because I want to build rust overnight |
Optimization is now on by default. Closes rust-lang#24405
How much time does it take to build and test stage2 with |
@petrochenkov certainly hours for me, but not a full day |
(Note that this bug is only discussing |
Optimization is now on by default. Closes #24405
Running
configure --enable-debug --enable-optimize
is not enabling optimizations.Concretely, running
../configure --enable-debug --enable-optimize
yields:And, just out of curiosity, I tried switching the order of args; that made little difference:
The text was updated successfully, but these errors were encountered: