diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-09-20 09:35:36 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2019-09-20 09:35:36 +0200 |
commit | 11d98de24b4959e2328bfa763760d7cf39048252 (patch) | |
tree | ecb46196bb4dc2c9e50987d37a98f7adb590f824 /meson.build | |
parent | bc162b1253b3dc16fb6c8989b96d26fd120384c0 (diff) | |
download | efl-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.build | 2 |
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' ) |