1
0
Fork 0

Doc: Mention Release type

pull/12671/head
Berbe 2024-05-12 18:02:29 +02:00
parent 77c188e6da
commit 6ccd47f6c7
No known key found for this signature in database
GPG Key ID: F89B549DB8AE91B6
1 changed files with 3 additions and 1 deletions

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