On Tue, Jul 30, 2024 at 6:10 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote: > > I'm adding this flag to make the bringup process for RUST easier. > > I'm working on enabling RUST in a new branch. We're eventually going > to have both RUST and CFI_ICALL_NORMALIZE_INTEGERS enabled in our > build, but the path to getting there is complex and we would like to > turn on CFI_ICALL_NORMALIZE_INTEGERS first, and then turn on RUST > later. Both options are non-trivial to turn on and I want to > disentangle them. Would it be useful for other users/distros to do that two-stage approach as well? In other words, if the intended end state is that everybody should enable this if Rust is enabled, and nobody should enable it if they don't care about Rust, then we should add this only if you think others will also need to do this step by step. The option or commit message could ideally explain more about this need/use case. Cheers, Miguel