]> git.kaiwu.me - haproxy.git/commit
BUILD: makefile: add an option to enable or disable FCGI (USE_FCGI)
authorWilly Tarreau <w@1wt.eu>
Thu, 21 May 2026 12:33:56 +0000 (14:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Jul 2026 14:33:27 +0000 (16:33 +0200)
commit3939dc057766e15633a721bd875f77a6a973bd32
tree19bf26ca9a7d28340ec560eefadf89c68765c336
parent382a495649efabde04a54c121738d3b727332941
BUILD: makefile: add an option to enable or disable FCGI (USE_FCGI)

USE_FCGI is enabled by default and allows to disable FCGI when forced
to zero. It saves roughly 75kB on the executable.
Makefile
src/cache.c
src/flt_http_comp.c