Skip to content

Commit 7f15d7f

Browse files
updated doc
1 parent c2d41a0 commit 7f15d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docs_v7/Tracy-Integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ To compile SU2 with Tracy support, follow these steps:
3838
3. **Configure and Build SU2:**
3939
- Configure the build with Tracy enabled using Meson:
4040
```bash
41-
meson setup build_tracy -Dwith-mpi=disabled -Denable-mlpcpp=true --buildtype=debugoptimized -Dtracy_enable=true --prefix=<SU2_INSTALL_PATH>
41+
meson setup build -Dwith-mpi=disabled --buildtype=debugoptimized -Dtracy_enable=true --prefix=<SU2_INSTALL_PATH>
4242
```
4343
- Build and install SU2:
4444
```bash
45-
ninja -C build_tracy install
45+
ninja -C build install
4646
```
4747
- Replace `<SU2_INSTALL_PATH>` with your desired installation directory.
4848

0 commit comments

Comments
 (0)