mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
README.md: Add a section on debug builds.
This commit is contained in:
parent
28a0276cda
commit
d95c5cc550
14
README.md
14
README.md
@ -150,6 +150,20 @@ is only useful after building Proton.
|
||||
`make dxvk` / `make vkd3d-proton` - rebuild DXVK / vkd3d-proton.
|
||||
|
||||
|
||||
### Debug Builds
|
||||
|
||||
To prevent symbol stripping add `UNSTRIPPED_BUILD=1` to the `make`
|
||||
invocation. This should be used only with a clean build directory.
|
||||
|
||||
E.g.:
|
||||
|
||||
```
|
||||
mkdir ../debug-proton-build && cd ../debug-proton-build
|
||||
../proton/configure.sh --enable-ccache --build-name=debug_build
|
||||
make UNSTRIPPED_BUILD=1 install`
|
||||
```
|
||||
|
||||
|
||||
Install Proton locally
|
||||
----------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user