1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

Doc: Mention Release type

This commit is contained in:
Berbe
2024-05-12 18:02:29 +02:00
parent 77c188e6da
commit 6ccd47f6c7

View File

@@ -104,7 +104,9 @@ builds.
- `-DCMAKE_BUILD_TYPE=RelWithDebInfo`: build a release build. This is
significantly faster than a debug build, but has far less useful information
in case of a crash.
in case of a crash. Binaries still contain symbols, aka "unstripped".
- `-DCMAKE_BUILD_TYPE=Release`: Same as previous option, without symbols,
aka "stripped".
- `-DOPTION_DEDICATED=ON`: build OpenTTD without a GUI. Useful if you are
running a headless server, as it requires less libraries to operate.
- `-DOPTION_USE_ASSERTS=OFF`: disable asserts. Use with care, as assert