Cc: Dylan Baker <[email protected]> Cc: Chad Versace <[email protected]> Cc: Emil Velikov <[email protected]> Cc: Ilia Mirkin <[email protected]> Cc: Andres Rodriguez <[email protected]> Cc: Michel Dänzer <[email protected]> Cc: Matt Turner <[email protected]> Cc: Christian Schmidbauer <[email protected]> Cc: Eero Tamminen <[email protected]> Cc: Ernst Sjöstrand <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> --- 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
