On Wed, Dec 11, 2024, at 11:56, Patrick Steinhardt wrote: > logic that allows us to easily enable the breaking change at runtime. s/at runtime/at compile-time/ > While we already have two breaking changes lined up, neither of them has > such a switch because they predate those instructions. > > Introduce the proposed `WITH_BREAKING_CHANGES` preprocessor macro and > wire it up with both our Makefiles and Meson. > > Signed-off-by: Patrick Steinhardt <ps@xxxxxx>