Skip to content

Commit 5fe4a73

Browse files
committed
meta: Improve debug build snippet
1 parent 8e5c9fa commit 5fe4a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The actual unit tests can be run with `nvapi64-tests.exe [@unit-tests]` to valid
9191
Producing a debug build and starting a debugging session with the test suite can be achieved with the following snippet:
9292

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

9797
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]

0 commit comments

Comments
 (0)