Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc76d29

Browse files
committedFeb 24, 2025
chore: re-enable shared executables
1 parent bc8d5c4 commit fc76d29

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
 

‎cabal.project.stage1

+7-5
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,18 @@ packages:
3030
./utils/ghc-toolchain
3131
./utils/ghc-toolchain/exe
3232

33-
benchmark: False
33+
benchmarks: False
3434
tests: False
35+
profiling: False
36+
3537
allow-boot-library-installs: True
3638

3739
package *
3840
library-vanilla: True
39-
shared: False
40-
executable-profiling: False
41-
executable-dynamic: False
42-
executable-static: True
41+
shared: True
42+
-- executable-profiling: False
43+
-- executable-dynamic: False
44+
-- executable-static: True
4345

4446
package ghc-boot-th
4547
flags: +bootstrap

0 commit comments

Comments
 (0)
Please sign in to comment.