We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72f56dd + 46b6354 commit 0334abdCopy full SHA for 0334abd
utils/build.ps1
@@ -3694,14 +3694,14 @@ if (-not $SkipBuild) {
3694
3695
Install-HostToolchain
3696
3697
-if (-not $SkipBuild -and $IncludeNoAsserts) {
3698
- Build-NoAssertsToolchain
3699
-}
3700
-
3701
if (-not $SkipBuild) {
3702
Invoke-BuildStep Build-mimalloc $HostPlatform
3703
}
3704
+if (-not $SkipBuild -and $IncludeNoAsserts) {
+ Build-NoAssertsToolchain
+}
+
3705
if (-not $SkipBuild -and -not $IsCrossCompiling) {
3706
Invoke-BuildStep Build-DocC $HostPlatform
3707
0 commit comments