From: Marcel Hollerbach Date: Mon, 13 May 2019 19:13:46 +0000 (-0400) Subject: meson: we are not in release mode anymore X-Git-Tag: submit/tizen/20190530.111225~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fafde037621c7e03f206fcea4aed824ca46953f2;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/meson.build b/meson.build index 633ae0b..4ed1910 100644 --- a/meson.build +++ b/meson.build @@ -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' )