On Wed, Apr 17, 2019 at 10:56:17AM +0200, Willy Tarreau wrote: > > > - make CC=$CC V=1 TARGET=$TARGET USE_THREAD=$USE_THREAD > > > USE_OPENSSL=$USE_OPENSSL USE_PCRE=$USE_PCRE USE_ZLIB=$USE_ZLIB > > > USE_GETADDRINFO=$USE_GETADDRINFO > > > > > > > > > the main issue with build matrix is regression. > > for example build fails without threads enabled. > > > > we will adopt matrix > > I'm not sure what you mean or how it is related to the comment above. > The only think I meant was to *force* the variables on make so as not > to rely on unknown defaults.
OK I see you've addressed this in v2. Looks nice now, thank you. willy

