Mesa (master): meson: switch default build type to debugoptimized

Eric Engeström eric_engestrom at kemper.freedesktop.org
Tue Nov 7 11:49:53 UTC 2017


Module: Mesa
Branch: master
Commit: d5597f09c6a18a3ed2dd76657dd2e60806a6e4b2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5597f09c6a18a3ed2dd76657dd2e60806a6e4b2

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Mon Nov  6 16:49:27 2017 +0000

meson: switch default build type to debugoptimized

As discussed in this thread:
https://lists.freedesktop.org/archives/mesa-dev/2017-November/175104.html

Cc: Emil Velikov <emil.l.velikov at gmail.com>
Cc: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: Michel Dänzer <michel at daenzer.net>
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>
Acked-by: Matt Turner <mattst88 at gmail.com>
Acked-by: Andres Rodriguez <andresx7 at gmail.com>
Acked-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Reviewed-by: Chad Versace <chadversary at chromium.org>
Tested-by: Chad Versace <chadversary at chromium.org>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 3ceaec483a..6e9a799704 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




More information about the mesa-commit mailing list