Generate StandardOptimizationData uncompressed (#81623)
authorJuan Hoyos <19413848+hoyosjs@users.noreply.github.com>
Sat, 4 Feb 2023 04:58:40 +0000 (20:58 -0800)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2023 04:58:40 +0000 (20:58 -0800)
src/coreclr/crossgen-corelib.proj

index 4091d46..553eee0 100644 (file)
@@ -61,6 +61,7 @@
       <DotNetPgoCmd>$(DotNetPgoCmd) -o:$(MergedMibcPath)</DotNetPgoCmd>
       <DotNetPgoCmd>$(DotNetPgoCmd) @(OptimizationMibcFiles->'-i:%(Identity)', ' ')</DotNetPgoCmd>
       <DotNetPgoCmd>$(DotNetPgoCmd) --inherit-timestamp</DotNetPgoCmd> <!-- For incremental builds, otherwise timestamp is too far in the future -->
+      <DotNetPgoCmd>$(DotNetPgoCmd) --compressed false</DotNetPgoCmd> <!-- Signing service doesn't handle compressed mibc signing correctly. -->
     </PropertyGroup>
 
     <Message Condition="'$(DotNetBuildFromSource)' != 'true'" Importance="High" Text="$(DotNetPgoCmd)"/>