mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Reword release build disclaimer
This commit is contained in:
parent
0eab4c5364
commit
8ef0ef09db
@ -92,7 +92,7 @@ You can also build and run *osu!* from the command-line with a single command:
|
||||
dotnet run --project osu.Desktop
|
||||
```
|
||||
|
||||
If you are not interested in debugging *osu!*, you can add `-c Release` to gain performance. In this case, you must replace `Debug` with `Release` in any commands mentioned in this document.
|
||||
When running locally to do any kind of performance testing, make sure to add `-c Release` to the build command, as the overhead of running with the default `Debug` configuration can be large (especially when testing with local framework modifications as below).
|
||||
|
||||
If the build fails, try to restore NuGet packages with `dotnet restore`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user