Skip to content

Commit

Permalink
meta: Improve debug build snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Nov 27, 2022
1 parent 8e5c9fa commit 5fe4a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ The actual unit tests can be run with `nvapi64-tests.exe [@unit-tests]` to valid
Producing a debug build and starting a debugging session with the test suite can be achieved with the following snippet:

```bash
meson --cross-file "./build-win64.txt" --buildtype "debugoptimized" -Denable_tests=True build/dev
meson setup --cross-file "./build-win64.txt" --buildtype "debugoptimized" -Denable_tests=True build/dev
meson compile -C build/dev

DXVK_LOG_LEVEL=none DXVK_NVAPI_LOG_LEVEL=none WINEDEBUG=-all WINEDLLOVERRIDES=nvapi64=n WINEPATH=build/dev/src winedbg --gdb build/dev/tests/nvapi64-tests.exe [@all]
Expand Down

0 comments on commit 5fe4a73

Please sign in to comment.