Displaying 2 results from an estimated 2 matches for "__meson".
2020 Sep 01
0
Re: Meson build
...t;
> > Yeah, I'd recommend distros to NOT use buildtype=plain.
>
> AFAICT, rpm builds that use the %meson macro will also have buildtype=plain.
> From /usr/lib/rpm/macros.d/macros.meson of the meson-0.54 package
>
> %meson \
> %set_build_flags
> %{shrink:%{__meson} \
> --buildtype=plain \
> --prefix=%{_prefix} \
> ...
>
> > Having the full set of warnings including -Werror enabled is a good thing
> > in general, even for distros. There have certainly been cases where
> > distros backported a patch incorrectl...
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote:
>On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
>> On a Tuesday in 2020, Pavel Hrdina wrote:
>> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
>> > > Hi,
>> > >
>> > > Just a heads up on my experiences with the new build system.
>> > >
>> > > Arch Linux