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
Mentions of the use of the rustc binary in the docs (such as the "Hello, World!" section in the Rust book) should mention that no optimizations are performed unless the -O or similar flag is given. They should also give a quick overview of the debug/optimization differences and use-cases. This distinction is often new to users coming from JIT'ed/interpreted languages.