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

Author: Eric Engestrom <eric.engest...@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.veli...@gmail.com>
Cc: Ilia Mirkin <imir...@alum.mit.edu>
Cc: Michel Dänzer <mic...@daenzer.net>
Cc: Christian Schmidbauer <ch.schmidba...@gmail.com>
Cc: Eero Tamminen <eero.t.tammi...@intel.com>
Cc: Ernst Sjöstrand <ern...@gmail.com>
Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com>
Acked-by: Matt Turner <matts...@gmail.com>
Acked-by: Andres Rodriguez <andre...@gmail.com>
Acked-by: Emil Velikov <emil.veli...@collabora.com>
Reviewed-by: Dylan Baker <dy...@pnwbakers.com>
Reviewed-by: Chad Versace <chadvers...@chromium.org>
Tested-by: Chad Versace <chadvers...@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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to