[Mesa-dev] [PATCH mesa 1/2] meson: switch default build type to debugoptimized

Dylan Baker dylan at pnwbakers.com
Mon Nov 6 18:16:34 UTC 2017


Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

Quoting Eric Engestrom (2017-11-06 09:19:34)
> Cc: Dylan Baker <dylan at pnwbakers.com>
> Cc: Chad Versace <chadversary at chromium.org>
> Cc: Emil Velikov <emil.l.velikov at gmail.com>
> Cc: Ilia Mirkin <imirkin at alum.mit.edu>
> Cc: Andres Rodriguez <andresx7 at gmail.com>
> Cc: Michel Dänzer <michel at daenzer.net>
> Cc: Matt Turner <mattst88 at gmail.com>
> Cc: Christian Schmidbauer <ch.schmidbauer at gmail.com>
> Cc: Eero Tamminen <eero.t.tamminen at intel.com>
> Cc: Ernst Sjöstrand <ernstp at gmail.com>
> Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
> Sorry for the massive Cc-list, I wanted to include everyone who took
> part in the discussion.
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 3ceaec483a39f398797a..6e9a799704ecf606b689 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -24,7 +24,7 @@ project(
>    version : '17.3.0-devel',
>    license : 'MIT',
>    meson_version : '>= 0.42',
> -  default_options : ['c_std=c99', 'cpp_std=c++11']
> +  default_options : ['buildtype=debugoptimized', 'c_std=c99', 'cpp_std=c++11']
>  )
>  
>  # Arguments for the preprocessor, put these in a separate array from the C and
> -- 
> Cheers,
>   Eric
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171106/a4a33bd1/attachment.sig>


More information about the mesa-dev mailing list