We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6d27c commit 792a2eaCopy full SHA for 792a2ea
src/librustc/back/link.rs
@@ -1014,7 +1014,8 @@ fn link_args(cmd: &mut Command,
1014
cmd.arg("-Wl,--nxcompat");
1015
1016
// Mark all dynamic libraries and executables as compatible with ASLR
1017
- cmd.arg("-Wl,--dynamicbase");
+ // FIXME #17098: ASLR breaks gdb
1018
+ // cmd.arg("-Wl,--dynamicbase");
1019
1020
// Mark all dynamic libraries and executables as compatible with the larger 4GiB address
1021
// space available to x86 Windows binaries on x86_64.
0 commit comments