Skip to content

Commit ad32df6

Browse files
authored
Update README.md
1 parent 6cb2aaa commit ad32df6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Run these commands to build the binary:
2727
```shell
2828
cmake -B build
2929
cmake --build build -t pppwn
30+
# Optionally strip debug symbols with:
31+
llvm-strip build/pppwn
3032
```
3133
The resulting binary will be in build/pppwn
3234

0 commit comments

Comments
 (0)