From 4c576e4f57c4798e85764ea359d8fbb11f3c390f Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 19 Dec 2022 13:25:51 -0700 Subject: [PATCH] Build flycast in release mode with debug info --- 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 14a8b4ada..cd5a8c083 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=Release + -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="/" -DCMAKE_SYSTEM_NAME=Generic -DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)" -- GitLab