You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only pass --global-base to the linker if its set to a non-default value
Otherwise rely on the linker default value of 1024.
This change is in preparation of using `--stack-first` in debug builds.
When `--stack-first` is passed to the linker `--global-base` is ignored
(it should really be an error do this).
I also avoid needless passing redundant arguments to the linker.
0 commit comments