Skip to content

Commit

Permalink
Disable metrics by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
tradlux-chul committed Oct 14, 2024
1 parent 9558037 commit b02b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param(
[Parameter(Mandatory=$False)][switch]$win64 = $false,
[Parameter(Mandatory=$False)][string]$withVSPath = "",
[Parameter(Mandatory=$False)][string]$withWinSDK = "",
[Parameter(Mandatory=$False)][switch]$disableMetrics = $false
[Parameter(Mandatory=$False)][switch]$disableMetrics = $true
)
Set-StrictMode -Version Latest
# Powershell2-compatible way of forcing named-parameters
Expand Down

0 comments on commit b02b5eb

Please sign in to comment.