]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: drop the SMALL_OPTS settings
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Apr 2024 13:16:02 +0000 (15:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Apr 2024 15:25:45 +0000 (17:25 +0200)
commit97725dd136a9cd8d527d59c11757f7ffeee883ce
treec5e487babe2d27a75d5dcca16a6e09fd30d4b866
parent5f1768b78ab79aeecb0e774b60533a09f790e5dc
BUILD: makefile: drop the SMALL_OPTS settings

These settings were appended to the final build CFLAGS and used to
contain a mix of obsolete settings that can equally be passed in one
of the many other variables such as DEFINE or more recently CFLAGS.
Let's just drop the obsolete comment about it, and check if anything
was forced there, then emit a warning suggesting to move that to other
variables such as DEFINE or CFLAGS, so as to be kind to package
maintainers.
INSTALL
Makefile