summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-05-13 15:13:46 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-05-13 15:13:46 -0400
commitc39346cd51831567f4b8385d1142157592519902 (patch)
tree9ac34534557955c23da875ef401b9045062b406f /meson.build
parent787c2702238dfb9b7a58e00cbe9d72c2d113ba87 (diff)
downloadefl-c39346cd51831567f4b8385d1142157592519902.tar.gz
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
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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'
)