On Fri, Sep 30, 2022 at 10:55 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote: > > Rustc Codegen manual: > > debuginfo > > This flag controls the generation of debug information. It takes > one of the following values: > > 0: no debug info at all (the default). > 1: line tables only. > 2: full debug info. Thanks for including Rust here! :) Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx> > + Only works with newer gcc versions. Unrelated, but in a future patch it would be useful for users to say which versions. Cheers, Miguel