meson: we are not in release mode anymore
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 13 May 2019 19:13:46 +0000 (15:13 -0400)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:50 +0000 (17:17 +0900)
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

index 633ae0b..4ed1910 100644 (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'
 )