Revert "remove many usingnamespace, introduce new ref count and ref leak debugging tools (#18353)"

This reverts commit a199b85f2b. It does not compile on Windows.
This commit is contained in:
Jarred Sumner
2025-04-01 08:35:51 -07:00
parent a199b85f2b
commit 4806e84cc1
99 changed files with 1012 additions and 1851 deletions

View File

@@ -153,6 +153,13 @@ pub fn build(b: *Build) !void {
std.log.info("zig compiler v{s}", .{builtin.zig_version_string});
checked_file_exists = std.AutoHashMap(u64, void).init(b.allocator);
// TODO: Upgrade path for 0.14.0
// b.graph.zig_lib_directory = brk: {
// const sub_path = "vendor/zig/lib";
// const dir = try b.build_root.handle.openDir(sub_path, .{});
// break :brk .{ .handle = dir, .path = try b.build_root.join(b.graph.arena, &.{sub_path}) };
// };
var target_query = b.standardTargetOptionsQueryOnly(.{});
const optimize = b.standardOptimizeOption(.{});