bu5hm4n pushed a commit to branch feature/meson.

http://git.enlightenment.org/core/efl.git/commit/?id=7104038325629bf2750f9d79bebcfbd666f912e7

commit 7104038325629bf2750f9d79bebcfbd666f912e7
Author: Marcel Hollerbach <[email protected]>
Date:   Fri Dec 22 15:51:50 2017 +0100

    meson: build plain by default
    
    everything else is a bit _very_ verbose
---
 meson.build | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 9415a6513b..9e5aa7dfd3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,7 @@
-project('efl', ['c','cpp'], version: '1.20.99')
+project('efl', ['c','cpp'],
+  version: '1.20.99',
+  default_options : ['buildtype=plain']
+)
 
 clean_check = run_command('meson/clean_check.sh')
 if clean_check.returncode() == 0

-- 


Reply via email to