You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thestinger opened this issue
Apr 21, 2014
· 1 comment
· Fixed by #17419
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I use -Z no-opt to temporarily avoid the expense of -O for specific targets makefile projects (including/especially mozilla/rust) i.e. make foo RUSTFLAGS='-Z no-opt'.
This can be equally well simulated if #7493 was fixed to allow multiple --opt-levels (since RUSTFLAGS='--opt-level=0' works equally well).
(This is just a minor thing, but it is often easier to use the makefile targets than to work out the correct manual rustc invocation.)
wsddn
pushed a commit
to wsddn/rust
that referenced
this issue
May 21, 2014
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
This seems very pointless because you can just not pass optimization flags. It might date from a time when optimizations had frontend implications.
The text was updated successfully, but these errors were encountered: