Remove -Z no-opt flag.#17419
Remove -Z no-opt flag.#17419bors merged 1 commit intorust-lang:masterfrom colrdavidson:remove_no_opt
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. |
Closes #13649
|
I'm not in favour of this just yet, at least until we have (a plan for) an equivalent way to disable optimisations with the Rust makeflies. If you want to build something unoptimised the choices are If, e.g., the Rust makefiles removed the |
|
It looks like this can already be achieved with |
…nsion, r=Veykril Filter builtin macro expansion This PR adds a filter on the types of built in macros that are allowed to be expanded. Currently, This list of allowed macros contains, `stringify, cfg, core_panic, std_panic, concat, concat_bytes, include, include_str, include_bytes, env` and `option_env`. Fixes rust-lang#14177
Closes #13649