Skip to content

Commit

Permalink
build: tests build in Debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Sep 6, 2024
1 parent 1ad94f7 commit 3915ea0
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 @@ -50,7 +50,6 @@ pub fn build(b: *std.Build) void {
const lib_unit_tests = b.addTest(.{
.root_source_file = b.path("src/root.zig"),
.target = target,
.optimize = optimize,
});
lib_unit_tests.root_module.addImport("secp256k1", secp256k1.module("secp256k1"));
lib_unit_tests.root_module.linkLibrary(secp256k1.artifact("libsecp"));
Expand Down

0 comments on commit 3915ea0

Please sign in to comment.