meson: we are not in release mode anymore

Test Plan:
Run the build, enable debug messages, and you will see that DBG messages start to appear again on your screen.

As an example ´EINA_LOG_LEVELS="elementary_focus:10" ./src/bin/elementary_test´

Reviewers: zmike, segfaultxavi, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8831
This commit is contained in:
Marcel Hollerbach 2019-05-13 15:13:46 -04:00 committed by Mike Blumenkrantz
parent 787c270223
commit c39346cd51
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 : ['buildtype=release', 'cpp_std=c++11'],
default_options : ['cpp_std=c++11'],
meson_version : '>=0.47'
)