We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68161aa commit bed09a0Copy full SHA for bed09a0
_docs_v7/Tracy-Integration.md
@@ -38,7 +38,7 @@ To compile SU2 with Tracy support, follow these steps:
38
3. **Configure and Build SU2:**
39
- Configure the build with Tracy enabled using Meson:
40
```bash
41
- meson setup build -Dwith-mpi=disabled --buildtype=debugoptimized -Dtracy_enable=true --prefix=<SU2_INSTALL_PATH>
+ meson setup build -Dwith-mpi=disabled --buildtype=debugoptimized -Denable_tracy=true --prefix=<SU2_INSTALL_PATH>
42
```
43
- Build and install SU2:
44
0 commit comments