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 b8d5ab3 commit 28f5410Copy full SHA for 28f5410
_docs_v7/Tracy-Integration.md
@@ -21,7 +21,7 @@ To compile SU2 with Tracy support, follow these steps:
21
22
- Configure the build with Tracy enabled using Meson:
23
```bash
24
- meson setup build -Dwith-mpi=disabled --buildtype=debugoptimized -Denable-tracy=true --prefix=<SU2_INSTALL_PATH>
+ ./meson.py setup build -Dwith-mpi=disabled --buildtype=debugoptimized -Denable-tracy=true --prefix=<SU2_INSTALL_PATH>
25
```
26
- Build and install SU2:
27
0 commit comments