Resolved additional formatting issues.
This commit is contained in:
@@ -2076,7 +2076,7 @@ pub const LibExeObjStep = struct {
|
||||
if (self.link_eh_frame_hdr) {
|
||||
try zig_args.append("--eh-frame-hdr");
|
||||
}
|
||||
if(self.link_emit_relocs) {
|
||||
if (self.link_emit_relocs) {
|
||||
try zig_args.append("--emit-relocs");
|
||||
}
|
||||
if (self.link_function_sections) {
|
||||
|
||||
@@ -840,7 +840,7 @@ fn buildOutputType(
|
||||
function_sections = true;
|
||||
} else if (mem.eql(u8, arg, "--eh-frame-hdr")) {
|
||||
link_eh_frame_hdr = true;
|
||||
} else if (mem.eql(u8, arg, "-emit-relocs")) {
|
||||
} else if (mem.eql(u8, arg, "--emit-relocs")) {
|
||||
link_emit_relocs = true;
|
||||
} else if (mem.eql(u8, arg, "-Bsymbolic")) {
|
||||
linker_bind_global_refs_locally = true;
|
||||
|
||||
Reference in New Issue
Block a user