Skip to content

Commit af0456d

Browse files
committed
minor documentation update, --no-executable-stripping
1 parent dac2d4a commit af0456d

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)