We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba0404 commit 1b6032aCopy full SHA for 1b6032a
README.md
@@ -8,7 +8,7 @@
8
> _All commands need to be run in the `tracy-jni/tracy` subdirectory._
9
- Create a new `build` folder under `tracy-jni/tracy/profiler`.
10
- Configure the profiler using `cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release` (this only needs to be done once).
11
-- Build the profiler using `cmake --build profiler/build --parallel`.
+- Build the profiler using `cmake --build profiler/build --parallel --config Release`.
12
- The built `tracy-profiler` executable can be found in the `profiler/build/Release` directory.
13
14
### Integration
0 commit comments