Default to debug

This commit is contained in:
David Gonzalez Martin 2025-03-03 06:36:01 -06:00
parent 0d797fb2ab
commit 5a9a3bc0e2

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,