Skip to content

Commit eb4c313

Browse files
andy5995claude
andcommitted
build: specify gnu99 C standard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2f59150 commit eb4c313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(
44
version: '0.9.5-dev',
55
meson_version: '>= 0.59.0',
66
default_options: [
7+
'c_std=gnu99',
78
'warning_level=3',
89
'b_sanitize=address,undefined',
910
'b_lundef=false',

0 commit comments

Comments
 (0)