build: switch back to plain mode, release is over

Another forgotten detail. Need to switch back to plain mode now that we
are out of freeze again.
This commit is contained in:
Stefan Schmidt 2019-10-01 17:24:26 +02:00
parent 32ba55345d
commit 0a50db8c4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project('efl', ['c','cpp'],
version: '1.23.99',
default_options : ['buildtype=release', 'cpp_std=c++11'],
default_options : ['buildtype=plain', 'cpp_std=c++11'],
meson_version : '>=0.47'
)