Skip to content

Commit

Permalink
remove dead code from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
190n committed May 16, 2024
1 parent 7b5f42a commit 3646575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ pub fn build(b: *std.Build) void {
.target = target,
.optimize = optimize,
});
// bench.root_module.strip = false;
bench.root_module.addImport("build_options", options_module);
const bench_runner = b.addInstallBinFile(bench.getEmittedBin(), "bench");
const bench_install_step = b.step("bench", "Compile a benchmark harness");
Expand Down

0 comments on commit 3646575

Please sign in to comment.