summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-01 16:33:45 +0200
committerRory& <root@rory.gay>2025-07-01 16:33:45 +0200
commit380f5d5b60999be8edb766dc6016662497639f13 (patch)
tree1803ddf58a31c4c1ca6782581dae82898e0cc977 /meson.build
parentVarious changes (diff)
downloadBlockScrapersC-master.tar.xz
Bugfixes HEAD master
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)