Skip to content

Commit

Permalink
fix: change C flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 16, 2024
1 parent c8be9c7 commit 16d5e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ const SOURCES = .{
};

const FLAGS = .{
"-std=c89",
"-std=gnu89",
"-D_REENTRANT",
};

0 comments on commit 16d5e3b

Please sign in to comment.