dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.88k stars 783 forks source link

PDB is getting generated in FSI scenarios even if it's not needed #17152

Open vzarytovskii opened 4 months ago

vzarytovskii commented 4 months ago

Also a note - we spend quite some time generating PDB in all scenarios, even though it will never be used. Around 1/3rd of total assembly generation time, for example on my M2 it takes 50ms to generate metadata and additional 24ms to generate pdb.

Originally posted by @vzarytovskii in https://github.com/dotnet/fsharp/issues/17151#issuecomment-2113351573

image

CC @KevinRansom