Commit e883907431
Changed files (1)
src
link
src/link/Coff.zig
@@ -388,7 +388,6 @@ fn populateMissingMetadata(self: *Coff) !void {
self.rdata_section_index = try self.allocateSection(".rdata", file_size, .{
.CNT_INITIALIZED_DATA = 1,
.MEM_READ = 1,
- .MEM_WRITE = 1,
});
}