Skip to content

Commit 67ecdbb

Browse files
Simplify the command to build
1 parent 238b569 commit 67ecdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2025-12-24-no-longer-sorry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ With VS 2026, after cloning CPython, for a release build with PGO:
327327

328328
```powershell
329329
$env:PlatformToolset = "v145"
330-
./PCbuild/build.bat --tail-call-interp -c Release -p x64 --pgo
330+
./PCbuild/build.bat -p x64 --tail-call-interp --pgo
331331
```
332332

333333
Hopefully, we can distribute this in an easier binary form in the future

0 commit comments

Comments
 (0)