From fafde037621c7e03f206fcea4aed824ca46953f2 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 13 May 2019 15:13:46 -0400 Subject: [PATCH] meson: we are not in release mode anymore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- 2.7.4