Skip to content

Commit

Permalink
go back to older optimize option
Browse files Browse the repository at this point in the history
I got an error trying to use the newer form with dvui as a dependency.
  • Loading branch information
david-vanderson committed Jul 27, 2024
1 parent 0099c69 commit afc277d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ const Compile = std.Build.Step.Compile;

pub fn build(b: *std.Build) !void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{
.preferred_optimize_mode = .ReleaseFast,
});
const optimize = b.standardOptimizeOption(.{});

const dvui_mod = b.addModule("dvui", .{
.root_source_file = b.path("src/dvui.zig"),
Expand Down

0 comments on commit afc277d

Please sign in to comment.