summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
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