meson buildtype - use plain not debug as debug will be insanely slow

eina cow backtraces on write make this impractically slow to use
debug. also the switch back to dev mode was not the reverse of
switching to release mode. this fixes that.
This commit is contained in:
Carsten Haitzler 2019-05-15 14:26:11 +01:00
parent 81d8d8ee55
commit b050294635
1 changed files with 1 additions and 1 deletions

View File

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