#AlexDixon : « Generating small binaries in #Haskell »
- #Dependencies: « Introduce dependencies with care »
- #DynamicLinking: « consider passing the -dynamic flag to #ghc »
- #Stripping: « Running the #strip command over your binaries will shrink the #filesize by about 1/3 »
- #Compression: « #upx, which is a mature executable packer. »
https://dixonary.co.uk/blog/haskell/small
#upx #compression #filesize #strip #stripping #ghc #DynamicLinking #dependencies #haskell #AlexDixon