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
test-float-parse: Be more accurate about optimization warning
Currently we warn if `debug_assertions` is set, but this isn't always
accurate because debug assertions can be on at higher optimization
levels. Forward some information from the build script and print it to
tell a better story, and update the warning to act on opt-level and
profile rather than `debug_assertions`.
0 commit comments