mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
coff: revert .rdata to be read-only again
This commit is contained in:
parent
028bfdbca3
commit
e883907431
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user