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

Fix: Dont skip optimizations #980

Merged

Commits on Oct 18, 2024

  1. Do not set PROFILE_TASK environment variable

    When this is set, the `--enable-optimizations` option is essentially disabled,
    as the profile task step is skipped.
    
    ---
    
    Tianon's commit revising note: this also disables optimizations on Alpine entirely, as they fail many tests (which is a known issue upstream AND in Alpine), and the Alpine builds are intended to be optimized for disk size (not speed) anyhow.
    RobertDeRose authored and tianon committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    37a6827 View commit details
    Browse the repository at this point in the history