Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExtUtils-CBuilder: Remove image-base generation on Win32/gcc #18494

Merged

Commits on Feb 12, 2021

  1. ExtUtils-CBuilder: Remove image-base generation on Win32/gcc

    Switches from generating an image-base address using the basename of the
    output file to using GCC's built-in `--enable-auto-image-base` linker
    option.
    
    This aligns the linking behaviour for Win32/gcc with that of
    ExtUtils-MakeMaker which removed image-base generation in commit
    <Perl-Toolchain-Gang/ExtUtils-MakeMaker@343d21a>.
    zmughal authored and xenu committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    e4c6153 View commit details
    Browse the repository at this point in the history