Skip to content

Commit bed09a0

Browse files
updated to reflect the change in formatting
1 parent 68161aa commit bed09a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs_v7/Tracy-Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ 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 -Dwith-mpi=disabled --buildtype=debugoptimized -Dtracy_enable=true --prefix=<SU2_INSTALL_PATH>
41+
meson setup build -Dwith-mpi=disabled --buildtype=debugoptimized -Denable_tracy=true --prefix=<SU2_INSTALL_PATH>
4242
```
4343
- Build and install SU2:
4444
```bash

0 commit comments

Comments
 (0)