We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96751e commit 1854228Copy full SHA for 1854228
1 file changed
tools/pylauncher/build.bat
@@ -4,7 +4,7 @@
4
:: since Windows 10 (2015) and via Windows Update for Vista/7/8/8.1.
5
::
6
:: /O1 : Favor small code (optimization for size)
7
-:: /GS- : Disable buffer security checks (requires vcruntime)
+:: /GS- : Disable buffer security checks (requires vc runtime and not necessary for our tiny command line wrapper)
8
:: /NODEFAULTLIB : Do not link the default libraries
9
:: /ENTRY:main : Use main() as entry point directly (no CRT startup)
10
:: /Brepro : Deterministic (reproducible) output
0 commit comments