1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Reword release build disclaimer

This commit is contained in:
Dean Herbert 2023-09-21 14:59:37 +09:00
parent 0eab4c5364
commit 8ef0ef09db

View File

@ -92,7 +92,7 @@ You can also build and run *osu!* from the command-line with a single command:
dotnet run --project osu.Desktop 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`. If the build fails, try to restore NuGet packages with `dotnet restore`.