]> git.ipfire.org Git - thirdparty/postgresql.git/commit
meson: build checksums with extra optimization flags.
authorJeff Davis <jdavis@postgresql.org>
Tue, 9 Sep 2025 23:04:04 +0000 (16:04 -0700)
committerJeff Davis <jdavis@postgresql.org>
Tue, 9 Sep 2025 23:04:04 +0000 (16:04 -0700)
commita7024398b80a836a83c00af42c6ab7cc25c12087
treeaad52fe30f0edb98cb4b1ed7899eb00b76018473
parent039301b3fceb00a8c7c6cdf8ccbfaf912dd8cd5f
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 <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/a81f2f7ef34afc24a89c613671ea017e3651329c.camel@j-davis.com
Reviewed-by: Andres Freund <andres@anarazel.de>
Backpatch-through: 16
src/backend/storage/page/meson.build