Re: LZ4 enabled by default since 7c1849311e49

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: buildfarm-members(at)lists(dot)postgresql(dot)org, markwkm(at)gmail(dot)com, tgl(at)sss(dot)pgh(dot)pa(dot)us, stefan(at)kaltenbrunner(dot)cc, tharar(at)amazon(dot)com
Subject: Re: LZ4 enabled by default since 7c1849311e49
Date: 2026-03-05 22:06:05
Message-ID: aan-Tb-gDjFTGVwW@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: buildfarm-members

On Thu, Mar 05, 2026 at 02:24:32PM -0500, Andrew Dunstan wrote:
> If you're building with meson this probably doesn't matter, because it only
> builds with explicitly enabled options.

FWIW, it's for this exact reason that I enforce all my option switches
to be disabled or enabled in meson, never automatic. Automatic
enforcement lacks predictibility, especially if a system upgrade has
the idea to break the library detection, because then I would not test
the setup of dependencies I want.
--
Michael

In response to

Browse buildfarm-members by date

  From Date Subject
Next Message Mark Wong 2026-03-12 17:05:42 Re: LZ4 enabled by default since 7c1849311e49
Previous Message Andrew Dunstan 2026-03-05 19:24:32 Re: LZ4 enabled by default since 7c1849311e49