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

Chad Versace chadversary at chromium.org
Mon Nov 6 18:06:26 UTC 2017


For both patches,
Reviewed-by: Chad Versace <chadversary at chromium.org>
Tested-by: Chad Versace <chadversary at chromium.org>


On Mon 06 Nov 2017, Eric Engestrom wrote:
> 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
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list