summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-11-06 16:49:27 +0000
committerEric Engestrom <[email protected]>2017-11-07 11:00:03 +0000
commitd5597f09c6a18a3ed2dd76657dd2e60806a6e4b2 (patch)
treec6abfbdbf1d2194e391a591af4aca9b9ae53d28c /meson.build
parentcc15460e182148292be877bec5a8a61cec57377d (diff)
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 <[email protected]> Cc: Ilia Mirkin <[email protected]> Cc: Michel Dänzer <[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]> Acked-by: Matt Turner <[email protected]> Acked-by: Andres Rodriguez <[email protected]> Acked-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Reviewed-by: Chad Versace <[email protected]> Tested-by: Chad Versace <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3ceaec483a3..6e9a799704e 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