From 0fce91676b69a3bad9c7842ba92b221b362cf40c Mon Sep 17 00:00:00 2001 From: Will Springer Date: Tue, 13 Apr 2021 01:17:10 -0700 Subject: [PATCH] OpenRCT2: fix build type By default it produces a debug build, which crashes on assertions instead of discarding them. --- srcpkgs/OpenRCT2/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template index c5256b65287e..6d28d6ff951b 100644 --- a/srcpkgs/OpenRCT2/template +++ b/srcpkgs/OpenRCT2/template @@ -5,10 +5,11 @@ pkgname=OpenRCT2 _objects_version=1.0.21 _titles_version=0.1.2c version=0.3.3 -revision=1 +revision=2 build_style=cmake configure_args=" -DOPENRCT2_VERSION_TAG=${version} + -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDOWNLOAD_TITLE_SEQUENCES=0 -DDOWNLOAD_OBJECTS=0 -DDISABLE_DISCORD_RPC=1