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 6960751c45
the problem is fixed and we can finally enable it.
This commit is contained in:
Stefan Schmidt 2019-09-20 09:35:36 +02:00
parent bc162b1253
commit 11d98de24b
1 changed files with 1 additions and 1 deletions

View File

@ -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'
)