]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: init: report the compiler version in haproxy -vv
authorWilly Tarreau <w@1wt.eu>
Wed, 15 Apr 2020 15:00:03 +0000 (17:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Apr 2020 15:00:03 +0000 (17:00 +0200)
commitbb1b63c0799f082629885f417a5282a7723e7e59
treef1bd329a27965e67860d467ac62baa0cd0576e5e
parent3eb10b8e98d4eae05f9864e3b72fdd251c4f1a4b
MINOR: init: report the compiler version in haproxy -vv

Some portability issues were met a few times in the past depending on
compiler versions, but this one was not reported in haproxy -vv output
while it's trivial to add it. This patch tries to be the most accurate
by explicitly reporting the clang version if detected, otherwise the
gcc version.
src/haproxy.c