1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Updates some Minetest references to Luanti (#15712)

This commit is contained in:
cathanof
2025-02-01 12:40:45 +00:00
committed by GitHub
parent c0422b18e7
commit db97b2bd93
6 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ To get usable results you need to build Luanti with debug symbols
Run the client (or server) like this and do whatever you wanted to test:
```bash
perf record -z --call-graph dwarf -- ./bin/minetest
perf record -z --call-graph dwarf -- ./bin/luanti
```
This will leave a file called "perf.data".