Skip to content

Commit

Permalink
Partial revert of dotnet#71486 to unblock dotnet/sdk (dotnet#80791)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored and mdh1418 committed Jan 24, 2023
1 parent 3ddfa5e commit dfaafe7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ The .NET Foundation licenses this file to you under the MIT license.
<IlcArg Include="@(MibcFile->'--mibc:%(Identity)')" />
<IlcArg Condition="$(IlcGenerateMetadataLog) == 'true'" Include="--metadatalog:$(NativeIntermediateOutputPath)%(ManagedBinary.Filename).metadata.csv" />
<IlcArg Condition="$(TargetArchitecture) != ''" Include="--targetarch:$(TargetArchitecture)" />
<IlcArg Condition="$(TargetOS) != ''" Include="--targetos:$(TargetOS)" />
<IlcArg Condition="$(IlcMultiModule) == 'true'" Include="--multifile" />
<IlcArg Condition="$(IlcMultiModule) != 'true' and '$(IlcDehydrate)' != 'false' and '$(ControlFlowGuard)' != 'Guard'" Include="--dehydrate" />
<IlcArg Condition="$(Optimize) == 'true'" Include="-O" />
Expand Down

0 comments on commit dfaafe7

Please sign in to comment.