Skip to content

Commit

Permalink
stb
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Sep 23, 2024
1 parent abb658a commit 0c5058d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/sokol_samples/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const emcc_extra_args = [_][]const u8{
"-sTOTAL_MEMORY=512MB",
"-sALLOW_MEMORY_GROWTH=0",
"-sUSE_OFFSET_CONVERTER=1",
"-sSTB_IMAGE=1",
} ++ (if (builtin.mode == .Debug) debug_flags else release_flags);

pub fn build(b: *std.Build) void {
Expand Down

0 comments on commit 0c5058d

Please sign in to comment.