Skip to content

Commit 92ab62c

Browse files
committed
Merge branch 'stable'
2 parents e0a17cd + 7f8ab78 commit 92ab62c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/build_command.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ the [`stack path --local-install-root`](path_command.md) command.
775775

776776
Default: Disabled
777777

778-
Set the flag to enable the GHC option `--split-objs`. This will reduce output
778+
Set the flag to enable the GHC option `-split-objs`. This will reduce output
779779
size (at the cost of build time).
780780

781781
!!! note
@@ -785,6 +785,11 @@ size (at the cost of build time).
785785
compile all dependencies with split-objs, you will need to delete the
786786
snapshot (and all snapshots that could reference that snapshot).
787787

788+
!!! note
789+
790+
GHC's `-split-objs` flag was deprecated in favour of `-split-sections` in
791+
GHC 8.2.1 and was not supported by GHC on any platform from GHC 8.10.1.
792+
788793
### `--no-strip` flag
789794

790795
Pass the flag to disable DWARF debugging symbol stripping in libraries,

0 commit comments

Comments
 (0)