From b32e733bb74e096b380f11334fcb986a810310bd Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 19 Dec 2022 10:21:41 -0700 Subject: [PATCH] Make flycast a release build --- recipes/flycast/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/flycast/recipe.toml b/recipes/flycast/recipe.toml index 2a2f650bd..14a8b4ada 100644 --- a/recipes/flycast/recipe.toml +++ b/recipes/flycast/recipe.toml @@ -25,7 +25,7 @@ COOKBOOK_CONFIGURE="cmake" COOKBOOK_CONFIGURE_FLAGS=( -DCMAKE_VERBOSE_MAKEFILE=On -DCMAKE_CROSSCOMPILING=True - -DCMAKE_BUILD_TYPE=Debug + -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/" -DCMAKE_SYSTEM_NAME=Generic -DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)" -- GitLab