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). Cheers, Miguel