stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0a50db8c4c6a553c197e13c0d3dbc79743cb27d7

commit 0a50db8c4c6a553c197e13c0d3dbc79743cb27d7
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Tue Oct 1 17:24:26 2019 +0200

    build: switch back to plain mode, release is over
    
    Another forgotten detail. Need to switch back to plain mode now that we
    are out of freeze again.
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 55270cda23..d653f96ede 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('efl', ['c','cpp'],
   version: '1.23.99',
-  default_options : ['buildtype=release', 'cpp_std=c++11'],
+  default_options : ['buildtype=plain', 'cpp_std=c++11'],
   meson_version : '>=0.47'
 )
 

-- 


Reply via email to