haproxy/.github
Willy Tarreau 88c151f9ca BUILD: makefile: drop the ARCH variable and better document ARCH_FLAGS
ARCH_FLAGS was always present and is documented as being fed to both
CC and LD during the build. This is meant for options that need to be
consistent between the two stages such as -pg, -flto, -fsanitize=address,
-m64, -g etc. Its doc was lacking a bit of clarity though, and it was
not enumerated in the makefile's variables list.

ARCH however was only documented as affecting ARCH_FLAGS, and was just
never used as the only two really usable and supported ARCH_FLAGS options
were -m32 and -m64. In addition it was even written in the makefile that
it was CPU that was affecting the ARCH_FLAGS. Let's just drop ARCH and
improve the documentation on ARCH_FLAGS. Again, if ARCH is set, a warning
is emitted explaining how to proceed.

ARCH_FLAGS is now preset to -g so that we finally have a correct place
to deal with such debugging options that need to be passed to both
stages. The fedora and musl CI workflows were updated to also use it
instead of sticking to duplicate DEBUG_CFLAGS+LDFLAGS.

It's also worth noting that BUILD_ARCH was being passed to the build
process and never used anywhere in the code, so its removal will not
be noticed.
2024-04-11 17:33:28 +02:00
..
ISSUE_TEMPLATE DOC: Replace issue templates by issue forms 2021-06-24 04:15:04 +02:00
workflows BUILD: makefile: drop the ARCH variable and better document ARCH_FLAGS 2024-04-11 17:33:28 +02:00
errorfile CI: github actions: add weekly h2spec test 2020-03-24 21:04:25 +01:00
h2spec.config MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size 2021-08-26 19:52:04 +02:00
matrix.py BUILD: makefile: drop the ARCH variable and better document ARCH_FLAGS 2024-04-11 17:33:28 +02:00
vtest.json CI: Expand use of GitHub Actions for CI 2020-11-10 10:15:17 +01:00