We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb2aaa commit ad32df6Copy full SHA for ad32df6
README.md
@@ -27,6 +27,8 @@ Run these commands to build the binary:
27
```shell
28
cmake -B build
29
cmake --build build -t pppwn
30
+# Optionally strip debug symbols with:
31
+llvm-strip build/pppwn
32
```
33
The resulting binary will be in build/pppwn
34
0 commit comments