summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-05-15 14:40:00 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-05-15 14:40:00 +0100
commit305ab512c94db7d9495e1f46f87c82004e6c34cd (patch)
tree69dfa4c9b6b22d7f748e12b0ad84f9d69910bbb6 /meson.build
parenta82fc0680db004465a22ebe38a59b40ae895ac83 (diff)
downloadenlightenment-305ab512c94db7d9495e1f46f87c82004e6c34cd.tar.gz
buildtype - move to plain by default like efl
meson uses debug by default... let's use plain shall we?
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 a225e6ef44..728facb541 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
project('enlightenment', 'c',
version : '0.22.99',
license : 'BSD 2 clause',
- default_options: [ 'c_std=gnu99', 'warning_level=2' ],
+ default_options: [ 'buildtype=plain', 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.47.0')
##### convenience variables for later