From c39346cd51831567f4b8385d1142157592519902 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 13 May 2019 15:13:46 -0400 Subject: meson: we are not in release mode anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index e26d17e507..56701d0a21 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' ) -- cgit v1.2.1