[gtk/gtk-3-24-meson: 33/99] meson: Don't target gnu89 as the c_std
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 33/99] meson: Don't target gnu89 as the c_std
- Date: Wed, 3 Apr 2019 19:04:42 +0000 (UTC)
commit cb3f883e5a061cce1718bb6dc5ee4c3dd71d312a
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]