| author | |
| committer | |
| log | 418b042f492417edbdd57b5b85610e6d36d9a7ac |
| tree | ecca80e3f5e66f7c91c73a331583d44537cada2c |
| parent | d05db526168351ae9250657725cc126625262fa6 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Elf.zig+1-1| ... | ... | @@ -1348,7 +1348,7 @@ pub fn flushStaticLib(self: *Elf, comp: *Compilation, module_obj_path: ?[]const |
| 1348 | 1348 | try self.allocateNonAllocSections(); |
| 1349 | 1349 | |
| 1350 | 1350 | if (build_options.enable_logging) { |
| 1351 | log.debug("{}", .{self.dumpState()}); | |
| 1351 | state_log.debug("{}", .{self.dumpState()}); | |
| 1352 | 1352 | } |
| 1353 | 1353 | |
| 1354 | 1354 | try self.writeSyntheticSectionsObject(); |