[gtk/wip/nirbheek/gtk-3-24-meson: 33/34] meson: Don't target gnu89 as the c_std
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/nirbheek/gtk-3-24-meson: 33/34] meson: Don't target gnu89 as the c_std
- Date: Tue, 4 Dec 2018 07:15:40 +0000 (UTC)
commit 139ee9ce903ed9d64b29f956b53606d60ea5f403
Author: Nirbheek Chauhan <nirbheek centricular com>
Date: Sat Dec 1 03:04:16 2018 +0530
meson: Don't target gnu89 as the c_std
Meson propagates c_std to all subprojects, including those that
require gnu99 or c11, etc.
https://github.com/mesonbuild/meson/issues/1889
meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 2bf1532a06..c280049568 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,6 @@ project('gtk+-3.0', 'c',
version: '3.24.1',
default_options: [
'buildtype=debugoptimized',
- 'c_std=gnu89',
'warning_level=1'
],
meson_version : '>= 0.48.0',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]