From 6b68de1f3e42c0c42c3b64b4daecd0bb354313a2 Mon Sep 17 00:00:00 2001 From: blschachte <60244269+blschachte@users.noreply.github.com> Date: Sat, 7 Jan 2023 12:32:25 -0500 Subject: [PATCH] Doc: Fix typo in COMPILING.md (#10329) --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index ba910ed6df..63ae18e76c 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -97,7 +97,7 @@ Via CMake, several options can be influenced to get different types of builds. - `-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. - `-DOPTION_DEDICATED=ON`: build OpenTTD without a GUI. Useful if you are running a headless server, as it requires less libraries to operate.