Refactor deinitIfLive and deinitIfExists: improve return type handling and pointer validation; comment out unused build options

This commit is contained in:
2026-08-03 12:38:54 +02:00
parent 0a7ad2662c
commit f2904076f3
2 changed files with 26 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ const std = @import("std");
pub fn build(b: *std.Build) void
{
const target = b.standardTargetOptions(.{
.default_target = .{ .abi = .musl },
// .default_target = .{ .abi = .musl },
});
const optimize = b.standardOptimizeOption(.{});
@@ -46,7 +46,7 @@ pub fn build(b: *std.Build) void
}),
});
exe.root_module.link_libc = true;
// exe.root_module.link_libc = true;
exe.root_module.addOptions("build_options", options);
//