Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-06-25 10:26:11 +0300
committerJens Peters <jp7677@gmail.com>2022-06-25 10:26:11 +0300
commit518b8eb3f670867cf6dae93ec6187fe14dc0ff1c (patch)
tree63be501d444d288116b54d3381a0fdcb6bf49b47
parentfd9e5b3af746fba1dadeb60658245982de16e926 (diff)
meta: Advice buildtype debugoptimized
Build time is much faster and debugging experience is fine for getting a good backtrace.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2d6787..6a2d701 100644
--- a/README.md
+++ b/README.md
@@ -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 "debug" -Denable_tests=True builddir && cd builddir
+meson --cross-file "./build-win64.txt" --buildtype "debugoptimized" -Denable_tests=True builddir && cd builddir
meson compile
ln -sr src/nvapi64.dll tests/nvapi64.dll # to ensure that nvapi64-tests.exe finds nvapi64.dll