-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Turn on optimization for non-windows #19677
Copy link
Copy link
Closed
Labels
In-PRIndicates that a PR is out for the issueIndicates that a PR is out for the issueResolution-FixedThe issue is fixed.The issue is fixed.Review - MaintainerThe PR/issue needs a review from the PowerShell repo MaintainersThe PR/issue needs a review from the PowerShell repo MaintainersWG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build
Metadata
Metadata
Assignees
Labels
In-PRIndicates that a PR is out for the issueIndicates that a PR is out for the issueResolution-FixedThe issue is fixed.The issue is fixed.Review - MaintainerThe PR/issue needs a review from the PowerShell repo MaintainersThe PR/issue needs a review from the PowerShell repo MaintainersWG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build
Prerequisites
Steps to reproduce
I noticed powershell sets
Optimize=falseon non-windows which might make it slow to execute on those OSs.https://github.com/PowerShell/PowerShell/blob/master/PowerShell.Common.props#L189-L194
Can we see if the problem has resolved and turn optimize it back on?
Expected behavior
Optimize=trueActual behavior
Optimize=falseError details
No response
Environment data
non-windowsVisuals
No response