Quoting Marek Olšák (2018-12-04 12:21:58)
> There is still the issue that DEBUG is not defined in debug builds if I set
> CFLAGS and CXXFLAGS.
>
> Marek
What does you command line look like, and what version of meson do you have?
I can do:
$ CFLAGS=-Dfoobar CXXFLAGS=-Dfoobar meson build -Dbuildt
There is still the issue that DEBUG is not defined in debug builds if I set
CFLAGS and CXXFLAGS.
Marek
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
On Monday, 2018-12-03 09:31:21 -0800, Dylan Baker wrote:
> There are now no known distributions using autotools, meson has all of
> the features that autotools does. We don't need two build systems to do
> exactly the same thing, meson is faster, easier to maintain, and used by
> more devs than aut