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

Conversation

ifreund
Copy link
Member

@ifreund ifreund commented Apr 22, 2024

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.

Fixes #19732

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.
@andrewrk
Copy link
Member

andrewrk commented Apr 22, 2024

(comment moved to the issue: #19732 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--release=x ignored when preferred_optimize_mode is set
2 participants