We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b69bc5 commit a41edc4Copy full SHA for a41edc4
changelog.d/pr-8062
@@ -0,0 +1,16 @@
1
+synopsis: Support GHC 9.4's `clang`-based Windows toolchain
2
+packages: Cabal
3
+prs: #8062
4
+
5
+description {
6
7
+- As the `lld` linker used by GHC 9.4 and later on Windows does not support
8
+ object merging, it is now an error to enable `--enable-library-for-ghci` on
9
+ Windows with such compilers. Note that this flag is merely enables an
10
+ optimisation and can safely be disabled if you encounter this error.
11
12
+- `Cabal` will now use `llvm-ar`'s `L` modifier if available when building
13
+ static archives. This enables static library merging which is the behavior
14
+ required by GHC 9.4 and later on Windows.
15
16
+}
0 commit comments