]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: move the fwrapv option to STD_CFLAGS
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Apr 2024 16:48:20 +0000 (18:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Apr 2024 15:33:28 +0000 (17:33 +0200)
commit947e5fdfcaea5fa2037b370b8d3b6457fa7a99ec
tree0b45a089414d1efc3c3fedcfbba9a16cdc340c31
parent81a239cf3d46f55383bdf8f7cb7ae4833fb73202
BUILD: makefile: move the fwrapv option to STD_CFLAGS

We now have a separate CFLAGS variable for sensitive options that affect
code generation and/or standard compliance. This one must not be mixed
with the warnings auto-detection because changing such warnings can
result in losing the options. Now it's easier to affect them separately.
The option was not listed in the series of variables useful to packagers
because they're not supposed to touch it.
Makefile