Skip to content

Commit 16d5e3b

Browse files
committed
fix: change C flags
1 parent c8be9c7 commit 16d5e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ const SOURCES = .{
139139
};
140140

141141
const FLAGS = .{
142-
"-std=c89",
142+
"-std=gnu89",
143143
"-D_REENTRANT",
144144
};

0 commit comments

Comments
 (0)