We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a797b7f commit b12302fCopy full SHA for b12302f
build.zig
@@ -4,6 +4,8 @@ fn createModule(b: *std.Build, optimize: std.builtin.OptimizeMode, target: std.B
4
const files: []const []const u8 = &.{
5
"src/websocket.c",
6
"src/http.c",
7
+ "src/reader.c",
8
+ "src/websocket.c",
9
};
10
const flags: []const []const u8 = &.{
11
"-Wall",
0 commit comments