dellelce / mkit

build software from (latest available) source
1 stars 2 forks source link

review build option for haproxy #46

Open dellelce opened 2 years ago

dellelce commented 2 years ago

these are te official build options from the official alpine repo:

 make -C /tmp/haproxy -j"$(nproc)" TARGET=linux-musl CPU=generic USE_PCRE2=1 USE_PCRE2_JIT=1 USE_OPENSSL=1 \
                            USE_TFO=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 \
                            USE_LUA=1 LUA_LIB=/usr/lib/lua5.3 LUA_INC=/usr/include/lua5.3 \
                            USE_PROMEX=1 USE_SLZ=1 \

a review is needed to understand the benefits of every single option.