[glib-networking/wip/nacho/gnu99: 4/5] meson: change std to gnu99
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/nacho/gnu99: 4/5] meson: change std to gnu99
- Date: Mon, 15 Nov 2021 10:36:53 +0000 (UTC)
commit b192086b9936602a40a14d00a6883b339b9d7955
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Fri Nov 12 11:51:33 2021 +0100
meson: change std to gnu99
This is the same as glib and should fix issues with old
compilers
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b018ca7b..130a2bf0 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '2.70.0',
license: 'LGPL2.1+',
meson_version: '>= 0.50.0',
- default_options: ['c_std=c99']
+ default_options: ['c_std=gnu99']
)
prefix = get_option('prefix')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]