| ... | @@ -610,7 +610,7 @@ fn create( | ... | @@ -610,7 +610,7 @@ fn create( |
| 610 | .Obj => false, | 610 | .Obj => false, |
| 611 | }; | 611 | }; |
| 612 | const machine = target.toCoffMachine(); | 612 | const machine = target.toCoffMachine(); |
| 613 | const timestamp: u32 = if (options.repro) 0 else @truncate(@as(u64, @bitCast(std.time.timestamp()))); | 613 | const timestamp: u32 = 0; |
| 614 | const major_subsystem_version = options.major_subsystem_version orelse 6; | 614 | const major_subsystem_version = options.major_subsystem_version orelse 6; |
| 615 | const minor_subsystem_version = options.minor_subsystem_version orelse 0; | 615 | const minor_subsystem_version = options.minor_subsystem_version orelse 0; |
| 616 | const magic: std.coff.OptionalHeader.Magic = switch (target.ptrBitWidth()) { | 616 | const magic: std.coff.OptionalHeader.Magic = switch (target.ptrBitWidth()) { |