Skip to content

Commit fb6db7e

Browse files
authored
Merge pull request #3386 from aktowns/stable
minor documentation fix, --no-executable-stripping
2 parents dac2d4a + af0456d commit fb6db7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ but adds the `+RTS -xc` runtime option.
21672167

21682168
`stack` now supports debugging and profiling with
21692169
[DWARF information](https://ghc.haskell.org/trac/ghc/wiki/DWARF),
2170-
using the `--no-strip`, `--no-library-stripping`, and `--no-executable-shipping`
2170+
using the `--no-strip`, `--no-library-stripping`, and `--no-executable-stripping`
21712171
flags to disable the default behavior of removing such information from compiled
21722172
libraries and executables.
21732173

0 commit comments

Comments
 (0)