Re: [PATCH v2] rust: Kbuild: Skip -fmin-function-alignment in bindgen flags

From: Matthew Maurer
Date: Wed Jul 31 2024 - 15:57:18 EST


> Does it change the ABI or could change `bindgen`'s output in a way we care?
>
This should not change the calling ABI in a way bindgen would care about;
Those flags only control how functions are defined, not how they're used.