Skip to content

Commit 1b6032a

Browse files
committed
doc: fix README profiler GUI build instructions
1 parent 8ba0404 commit 1b6032a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
> _All commands need to be run in the `tracy-jni/tracy` subdirectory._
99
- Create a new `build` folder under `tracy-jni/tracy/profiler`.
1010
- 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`.
11+
- Build the profiler using `cmake --build profiler/build --parallel --config Release`.
1212
- The built `tracy-profiler` executable can be found in the `profiler/build/Release` directory.
1313

1414
### Integration

0 commit comments

Comments
 (0)