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
Fallout of #21191. -C opt-level=2 sets CodegenOptions::opt_level but -O doesn't, and -C lto path only looks at that. Due to the fallback from LTO path, -O -C lto is currently same to -C opt-level=0 -C lto (!).
The text was updated successfully, but these errors were encountered:
Fallout of #21191.
-C opt-level=2
setsCodegenOptions::opt_level
but-O
doesn't, and-C lto
path only looks at that. Due to the fallback from LTO path,-O -C lto
is currently same to-C opt-level=0 -C lto
(!).The text was updated successfully, but these errors were encountered: