summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build

index 241a1cf..f1cd1ae 100644 --- a/meson.build +++ b/meson.build
@@ -1,6 +1,6 @@ project('BlockScrapersC', 'c', version : '1.0.0', - default_options : ['warning_level=3', 'c_std=c2x']) + default_options : ['warning_level=3', 'c_std=c23', '-std=c23']) BlockScrapersC = executable('BlockScrapersC', 'main.c', install : true)