Disable ASLR on Windows, for now.
This commit is contained in:
parent
9f6d27c39f
commit
792a2eac93
@ -1014,7 +1014,8 @@ fn link_args(cmd: &mut Command,
|
||||
cmd.arg("-Wl,--nxcompat");
|
||||
|
||||
// Mark all dynamic libraries and executables as compatible with ASLR
|
||||
cmd.arg("-Wl,--dynamicbase");
|
||||
// FIXME #17098: ASLR breaks gdb
|
||||
// cmd.arg("-Wl,--dynamicbase");
|
||||
|
||||
// Mark all dynamic libraries and executables as compatible with the larger 4GiB address
|
||||
// space available to x86 Windows binaries on x86_64.
|
||||
|
Loading…
x
Reference in New Issue
Block a user