File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ the [`stack path --local-install-root`](path_command.md) command.
775
775
776
776
Default: Disabled
777
777
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
779
779
size (at the cost of build time).
780
780
781
781
!!! note
@@ -785,6 +785,11 @@ size (at the cost of build time).
785
785
compile all dependencies with split-objs, you will need to delete the
786
786
snapshot (and all snapshots that could reference that snapshot).
787
787
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
+
788
793
### ` --no-strip ` flag
789
794
790
795
Pass the flag to disable DWARF debugging symbol stripping in libraries,
You can’t perform that action at this time.
0 commit comments