diff options
Diffstat (limited to 'hypr-wellbeing.csproj')
| -rw-r--r-- | hypr-wellbeing.csproj | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hypr-wellbeing.csproj b/hypr-wellbeing.csproj index 9aef20e..d5a2493 100644 --- a/hypr-wellbeing.csproj +++ b/hypr-wellbeing.csproj @@ -6,12 +6,10 @@ <Nullable>enable</Nullable> <PublishAot>true</PublishAot> <IsAotCompatible>true</IsAotCompatible> - <RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier> <!-- musl for static --> - <StaticExecutable>true</StaticExecutable> + <RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier> <StripSymbols>true</StripSymbols> - <InvariantGlobalization>true</InvariantGlobalization> <!-- removes ICU dep --> + <InvariantGlobalization>true</InvariantGlobalization> + <StaticExecutable>true</StaticExecutable> + <CppCompilerAndLinker>clang-wrapper</CppCompilerAndLinker> </PropertyGroup> - <ItemGroup> - <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> - </ItemGroup> </Project> |
