regenerate bootstrap files without arch-native
[cabal.git] / changelog.d / issue-4816
blobe0ac7700b7e49f661af3503ef6eb2bd26d41b1b5
1 synopsis: Add support for building profiled dynamic way
2 packages: Cabal Cabal-syntax cabal-install
3 prs: #9900
4 issues: #4816
6 description: {
7 Add support for profiled dynamic way
9 New options for cabal.project and ./Setup interface:
11 * `profiling-shared`: Enable building profiling dynamic way
12 * Passing `--enable-profiling` and `--enable-executable-dynamic` builds
13   profiled dynamic executables.
15 Support for using `profiling-shared` is guarded behind a constraint
16 which ensures you are using `Cabal >= 3.13`.
18 In the cabal file:
20 * `ghc-prof-shared-options`, for passing options when building in
21   profiling dynamic way