[Git][ghc/ghc][master] Add since tag for -fwrite-if-compression in user guide.
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Oct 30 23:14:49 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
1d7cd7fe by Andreas Klebinger at 2024-10-30T19:14:28-04:00
Add since tag for -fwrite-if-compression in user guide.
Partial fix for #25395
- - - - -
1 changed file:
- docs/users_guide/using-optimisation.rst
Changes:
=====================================
docs/users_guide/using-optimisation.rst
=====================================
@@ -1851,6 +1851,8 @@ as such you shouldn't need to set any of them explicitly. A flag
:default: 2
+ :since: 9.12.1
+
This flag defines the level of compression of interface files when writing to disk.
The higher the flag, the more we deduplicate the interface file, at the cost of a higher compilation time.
Deduplication (when applied to :ghc-flag:`--make` mode and :ghc-flag:`--interactive` mode) decreases the size of interface files as well as reducing
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1d7cd7feac0878087c1210ece4974490ba3e5b85
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1d7cd7feac0878087c1210ece4974490ba3e5b85
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241030/7ca04929/attachment.html>
More information about the ghc-commits
mailing list