mirror of https://github.com/OpenTTD/OpenTTD
Doc: Fix typo in COMPILING.md (#10329)
parent
46dfb309bc
commit
6b68de1f3e
|
@ -97,7 +97,7 @@ Via CMake, several options can be influenced to get different types of
|
||||||
builds.
|
builds.
|
||||||
|
|
||||||
- `-DCMAKE_BUILD_TYPE=RelWithDebInfo`: build a release build. This is
|
- `-DCMAKE_BUILD_TYPE=RelWithDebInfo`: build a release build. This is
|
||||||
significant faster than a debug build, but has far less useful information
|
significantly faster than a debug build, but has far less useful information
|
||||||
in case of a crash.
|
in case of a crash.
|
||||||
- `-DOPTION_DEDICATED=ON`: build OpenTTD without a GUI. Useful if you are
|
- `-DOPTION_DEDICATED=ON`: build OpenTTD without a GUI. Useful if you are
|
||||||
running a headless server, as it requires less libraries to operate.
|
running a headless server, as it requires less libraries to operate.
|
||||||
|
|
Loading…
Reference in New Issue