bu5hm4n pushed a commit to branch feature/meson. http://git.enlightenment.org/core/efl.git/commit/?id=ba10d5456109585dac74ac4792ec7822a52babca
commit ba10d5456109585dac74ac4792ec7822a52babca 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 --
