Skip to content
Snippets Groups Projects
Commit 195afb96 authored by Finley McIlwaine's avatar Finley McIlwaine Committed by Ben Gamari
Browse files

IPE data compression

IPE data resulting from the `-finfo-table-map` flag may now be
compressed by configuring the GHC build with the
`--enable-ipe-data-compression` flag. This results in about a 20%
reduction in the size of IPE-enabled build results.

The compression library, zstd, may optionally be statically linked by
configuring with the `--enabled-static-libzstd` flag (on non-darwin
platforms)

libzstd version 1.4.0 or greater is required.
parent d1311a90
No related merge requests found
Pipeline #79974 failed
Showing
with 1554 additions and 842 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment