meson: build checksums with extra optimization flags. Use -funroll-loops and -ftree-vectorize when building checksum.c to match what autoconf does.
Missed backport of 9af672bcb2, noticed by Nathan Bossart. Reported-by: Nathan Bossart <[email protected]> Discussion: https://postgr.es/m/[email protected] Reviewed-by: Andres Freund <[email protected]> Backpatch-through: 16 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/e25453a3631f9da1f01c119e5841e9869c287da7 Modified Files -------------- src/backend/storage/page/meson.build | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
