Update Microsoft.NETCore.Native.targets (#83024)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Mon, 6 Mar 2023 11:14:52 +0000 (20:14 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 11:14:52 +0000 (20:14 +0900)
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets

index ea6db9b..cf8f7e8 100644 (file)
@@ -232,6 +232,7 @@ The .NET Foundation licenses this file to you under the MIT license.
       <IlcArg Condition="$(TrimmerSingleWarn) == 'true'" Include="--singlewarn" />
       <IlcArg Condition="$(SuppressTrimAnalysisWarnings) == 'true'" Include="--notrimwarn" />
       <IlcArg Condition="$(SuppressAotAnalysisWarnings) == 'true'" Include="--noaotwarn" />
+      <IlcArg Condition="$(IlcVerboseLogging) == 'true'" Include="--verbose" />
       <IlcArg Condition="$(IlcTrimMetadata) == 'false'" Include="--reflectiondata:all" />
       <IlcArg Condition="'$(ControlFlowGuard)' == 'Guard' and '$(_targetOS)' == 'win'" Include="--guard:cf" />
       <IlcArg Include="@(_IlcRootedAssemblies->'--root:%(Identity)')" />