Re: [Mesa-dev] [PATCH mesa] meson: disable asserts by default on release builds

2018-09-06 Thread Emil Velikov
On 6 September 2018 at 16:18, Eric Engestrom wrote: > On Wednesday, 2018-08-29 15:19:34 +0100, Emil Velikov wrote: >> On 29 August 2018 at 15:01, Eric Engestrom wrote: >> > Ping? >> > >> > I think we should land this now, ie. for 18.3. >> > >> > By the time Mesa 18.3 comes out (probably December

Re: [Mesa-dev] [PATCH mesa] meson: disable asserts by default on release builds

2018-09-06 Thread Eric Engestrom
On Wednesday, 2018-08-29 15:19:34 +0100, Emil Velikov wrote: > On 29 August 2018 at 15:01, Eric Engestrom wrote: > > Ping? > > > > I think we should land this now, ie. for 18.3. > > > > By the time Mesa 18.3 comes out (probably December '18), Meson 0.45 will > > be 9 months old (March '18), so I t

Re: [Mesa-dev] [PATCH mesa] meson: disable asserts by default on release builds

2018-08-29 Thread Dylan Baker
Quoting Dylan Baker (2018-08-29 08:58:55) > Quoting Eric Engestrom (2018-08-29 07:01:06) > > Ping? > > > > I think we should land this now, ie. for 18.3. > > > > By the time Mesa 18.3 comes out (probably December '18), Meson 0.45 will > > be 9 months old (March '18), so I think this is reasonable

Re: [Mesa-dev] [PATCH mesa] meson: disable asserts by default on release builds

2018-08-29 Thread Dylan Baker
Quoting Eric Engestrom (2018-08-29 07:01:06) > Ping? > > I think we should land this now, ie. for 18.3. > > By the time Mesa 18.3 comes out (probably December '18), Meson 0.45 will > be 9 months old (March '18), so I think this is reasonable. > > (btw, the currently-required Meson 0.44.1 was rel

Re: [Mesa-dev] [PATCH mesa] meson: disable asserts by default on release builds

2018-08-29 Thread Emil Velikov
On 29 August 2018 at 15:01, Eric Engestrom wrote: > Ping? > > I think we should land this now, ie. for 18.3. > > By the time Mesa 18.3 comes out (probably December '18), Meson 0.45 will > be 9 months old (March '18), so I think this is reasonable. > > (btw, the currently-required Meson 0.44.1 was

Re: [Mesa-dev] [PATCH mesa] meson: disable asserts by default on release builds

2018-08-29 Thread Eric Engestrom
Ping? I think we should land this now, ie. for 18.3. By the time Mesa 18.3 comes out (probably December '18), Meson 0.45 will be 9 months old (March '18), so I think this is reasonable. (btw, the currently-required Meson 0.44.1 was released less than 12 days before 0.45, so we're really not bump

[Mesa-dev] [PATCH mesa] meson: disable asserts by default on release builds

2018-07-17 Thread Eric Engestrom
Cc: Rob Clark Cc: Jan Alexander Steffens (heftig) Cc: Dylan Baker Signed-off-by: Eric Engestrom --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index c62cdd0e395259ec984e..eb90f4cf9b265435fb19 100644 --- a/meson.build +++ b/meso