File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ the [`stack path --local-install-root`](path_command.md) command.
711
711
712
712
Default: Disabled
713
713
714
- Set the flag to enable the GHC option ` -- split-objs ` . This will reduce output
714
+ Set the flag to enable the GHC option ` -split-objs ` . This will reduce output
715
715
size (at the cost of build time).
716
716
717
717
!!! note
@@ -721,6 +721,11 @@ size (at the cost of build time).
721
721
compile all dependencies with split-objs, you will need to delete the
722
722
snapshot (and all snapshots that could reference that snapshot).
723
723
724
+ !!! note
725
+
726
+ GHC's `-split-objs` flag was deprecated in favour of `-split-sections` in
727
+ GHC 8.2.1 and was not supported by GHC on any platform from GHC 8.10.1.
728
+
724
729
### ` --no-strip ` flag
725
730
726
731
Pass the flag to disable DWARF debugging symbol stripping in libraries,
You can’t perform that action at this time.
0 commit comments