From 8f3f99d357f54bf46fb7b611311350ae97dae678 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 27 Apr 2021 03:51:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20building.md:=20BINARY=5FRELEASE?= =?UTF-8?q?=20->=20CMAKE=5FBUILD=5FTYPE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the standard option [ci skip] --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 5634bac70..318b8357a 100644 --- a/docs/building.md +++ b/docs/building.md @@ -329,7 +329,7 @@ select Icons -> Information in the top menu.
CMake build options ### General -- `-DBINARY_RELEASE=ON` changed build type to release and optimize for distribution. +- `-DCMAKE_BUILD_TYPE=Release` changed build type to release and optimize for distribution. - `-DNONET=ON` disable network support, this also removes the need for the ASIO and Sodium. - `-DUSE_SDL1=ON` build for SDL v1 instead of v2, not all features are supported under SDL v1, notably upscaling. - `-DCMAKE_TOOLCHAIN_FILE=../CMake/32bit.cmake` generate 32bit builds on 64bit platforms (remember to use the `linux32` command if on Linux).