From f3cbb7adb04a1aaa0228d0835d9f116ba588d8fd Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 15 Aug 2024 12:05:28 +0800 Subject: [PATCH] project: change optimization mode from `Size` to `Speed` --- src/SourceGit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceGit.csproj b/src/SourceGit.csproj index 468d55e9..5aa6f339 100644 --- a/src/SourceGit.csproj +++ b/src/SourceGit.csproj @@ -24,7 +24,7 @@ true true link - Size + Speed