On Tue, Jul 30, 2024 at 1:51 PM Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote: > > On Tue, Jul 30, 2024 at 11:40 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote: > > > > + RS_FLAGS_CFI := -Zsanitizer=kcfi -Zsanitizer-cfi-normalize-integers > > Before I forget: this should probably be `RUSTC_...` for consistency > with the rest (and, in this case, these are flags, so it makes sense > they target the particular compiler). Hmm. It seems like the existing variables containing rustc flags just use RUST not RUSTC in the name? Alice