summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-09-20 09:35:36 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2019-09-20 09:35:36 +0200
commit11d98de24b4959e2328bfa763760d7cf39048252 (patch)
treeecb46196bb4dc2c9e50987d37a98f7adb590f824 /meson.build
parentbc162b1253b3dc16fb6c8989b96d26fd120384c0 (diff)
downloadefl-11d98de24b4959e2328bfa763760d7cf39048252.tar.gz
build: switch build type to release for now
This should have been done with the first alpha, but there was a bug preventing this. With commit 6960751c4580af9e902cd7719c1acafab4ce7bc5 the problem is fixed and we can finally enable it.
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 ebea18e0bc..1991324039 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('efl', ['c','cpp'],
version: '1.23.0',
- default_options : ['buildtype=plain', 'cpp_std=c++11'],
+ default_options : ['buildtype=release', 'cpp_std=c++11'],
meson_version : '>=0.47'
)