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

std.Build: fix --release=x when preferred mode set #19733

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 22, 2024

  1. std.Build: fix --release=x when preferred mode set

    Currently if the preferred_optimize_mode is set when calling
    standardOptimizeOption() then --release={safe,fast,small} will be
    silently ignored in favor of the preffered optimize mode.
    
    This patch changes this behavior to honor the optimize mode chosen
    with --release={safe,fast,small} but still use the preferred mode
    for a bare --release flag.
    ifreund committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a01170a View commit details
    Browse the repository at this point in the history