瀏覽代碼

meson: WIP: use C11 for timespec detection for now

Alexandre Janniaux 5 年之前
父節點
當前提交
ae5e876b3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meson.build

+ 1 - 1
meson.build

@@ -1,7 +1,7 @@
 project('bdsm', ['c'],
 project('bdsm', ['c'],
     version: '0.3.0',
     version: '0.3.0',
     license: ['LGPL2'],
     license: ['LGPL2'],
-    default_options: ['c_std=c99',
+    default_options: ['c_std=c11',
                       'warning_level=2',
                       'warning_level=2',
                       'buildtype=release',
                       'buildtype=release',
                       'b_ndebug=if-release'],
                       'b_ndebug=if-release'],