Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change compiler default setting for compressedMetada #17379

Closed
KevinRansom opened this issue Jul 3, 2024 · 1 comment
Closed

Change compiler default setting for compressedMetada #17379

KevinRansom opened this issue Jul 3, 2024 · 1 comment
Assignees
Milestone

Comments

@KevinRansom
Copy link
Member

KevinRansom commented Jul 3, 2024

**With F# 9.0 Compiler:

  • Switch FSharp.Core and FSharp.Compiler.Service to compressedmetadata+

  • Change default to compressedmetadata+, when building assemblies.**

This reduces the size of built assemblies by allowing us to embed compressed signaturedata and optimizationdata in assemblies.
F# Compilers before F# 7.0 cannot read compressedMetadata to revert to old behavior use:
--compressedmetadata-
or the build property
<CompressedMetadata>false</CompressedMetadata>

@github-actions github-actions bot added this to the Backlog milestone Jul 3, 2024
@KevinRansom KevinRansom changed the title Modify default setting for compressedMetada and realsig Change compiler default setting for compressedMetada Jul 4, 2024
@KevinRansom
Copy link
Member Author

merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants