Zig rewrite start #1

Merged
davidgmbb merged 100 commits from zig into main 2025-04-05 11:22:15 +02:00
Showing only changes of commit 5a9a3bc0e2 - Show all commits

View File

@ -42,7 +42,7 @@ pub fn main(argc: c_int, argv: [*:null]const ?[*:0]const u8) callconv(.C) c_int
.executable = output_executable_path,
.objects = if (lib.string.equal(base_name, "c_abi")) &.{ output_object_path, c_abi_object_path } else &.{output_object_path},
.name = base_name,
.build_mode = .soft_optimize,
.build_mode = .debug_none,
.content = file_content,
.path = file_path,
.has_debug_info = true,