tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: All packages that use Meson are built with -O0
On Sun, Aug 11, 2024 at 09:03:34PM +0200, Jonathan Schleifer wrote:
> Now that you mention devel/glib2, I also tried that:
>
> niflheim glib2> grep -c O0 work/.work.log
> 724
>
> So even there I have it (this is on Linux). NetBSD as well:
>
> nil glib2> grep -c O0 work/.work.log
> 744
You have to look closer. During the configure tests it does use -O0,
but during the build, only -O2 survives in the "<.>" lines that are
the ones that are actually used. (At least on my system.)
Thomas
Home |
Main Index |
Thread Index |
Old Index