소스 검색

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'],
     version: '0.3.0',
     license: ['LGPL2'],
-    default_options: ['c_std=c99',
+    default_options: ['c_std=c11',
                       'warning_level=2',
                       'buildtype=release',
                       'b_ndebug=if-release'],