diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-02 20:26:43 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-02 20:26:43 +0200 |
| commit | ca4fabc1d67b8d253d6c476fa47668c01288e20f (patch) | |
| tree | 7e5a0fa1cf865615cf307dc4dc2aeec9070e5bf1 /meson.build | |
| parent | 8397e7307eb68c857117d74ba332916bb7af6be4 (diff) | |
Set c standard to c11
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index bebfa3d..41a5d38 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', 'c', version : '5.15.3', default_options : ['warning_level=2']) +project('gpu-screen-recorder', 'c', version : '5.15.3', default_options : ['c_std=c11', 'warning_level=2']) add_project_arguments('-Wshadow', language : 'c') if get_option('buildtype') == 'debug' |
