Skip to content

Commit 1854228

Browse files
authored
Update comment for buffer security checks
Clarified comment about disabling buffer security checks in build.bat.
1 parent e96751e commit 1854228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/pylauncher/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:: since Windows 10 (2015) and via Windows Update for Vista/7/8/8.1.
55
::
66
:: /O1 : Favor small code (optimization for size)
7-
:: /GS- : Disable buffer security checks (requires vcruntime)
7+
:: /GS- : Disable buffer security checks (requires vc runtime and not necessary for our tiny command line wrapper)
88
:: /NODEFAULTLIB : Do not link the default libraries
99
:: /ENTRY:main : Use main() as entry point directly (no CRT startup)
1010
:: /Brepro : Deterministic (reproducible) output

0 commit comments

Comments
 (0)