This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch dev/dimmus/gcc-15
in repository efl.

View the commit online.

commit e48aa2c395ef3e64f8ec979ff4fd7e2aa504db6d
Author: Dmitri Chudinov <dmitri.chudi...@gmail.com>
AuthorDate: Sun May 4 20:06:36 2025 +0500

    meson: explicitly define c standard as gnu99
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index d3d651e0c3..e12c8bf5f4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('efl', ['c','cpp'],
   version: '1.28.99',
-  default_options : ['buildtype=plain', 'warning_level=1', 'cpp_std=c++11'],
+  default_options : ['buildtype=plain', 'warning_level=1', 'cpp_std=c++11', 'c_std=gnu99'],
   meson_version : '>=0.60'
 )
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to