From: Nirbheek Chauhan Date: Sat, 15 Oct 2016 16:41:08 +0000 (+0530) Subject: meson: Don't set c_std to gnu99 X-Git-Tag: 1.19.3~509^2~2501 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19f6559582c73123a3ec1fcf5a6b8651fbc2e83f;p=platform%2Fupstream%2Fgstreamer.git meson: Don't set c_std to gnu99 Use the default for each compiler on every platform instead. This improves our compatibility with compilers that don't have gnu99 as a c_std. --- diff --git a/meson.build b/meson.build index 0f9ced3..bfeb820 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,6 @@ project('gst-plugins-good', 'c', 'cpp', version : '1.9.90', meson_version : '>= 0.35.0', default_options : [ 'warning_level=1', - 'c_std=gnu99', 'buildtype=debugoptimized' ]) gst_version = meson.project_version()