From 9d36338d7a0d9b58bd9fc2408903da1390ce717e Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Mon, 5 Jun 2023 09:47:58 -0600 Subject: [PATCH] fish: enable debug symbols (#8799) there is already a debug package but without symbols it's useless --- app-shells/fish/fish-3.5.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/fish/fish-3.5.1.recipe b/app-shells/fish/fish-3.5.1.recipe index 1d2bcdd2b..18e69ceb3 100644 --- a/app-shells/fish/fish-3.5.1.recipe +++ b/app-shells/fish/fish-3.5.1.recipe @@ -5,7 +5,7 @@ is simple but incompatible with other shell languages." HOMEPAGE="https://ridiculousfish.com/shell/" COPYRIGHT="2005-2018 Axel Liljencrantz" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/fish-shell/fish-shell/releases/download/$portVersion/fish-$portVersion.tar.xz" CHECKSUM_SHA256="a6d45b3dc5a45dd31772e7f8dfdfecabc063986e8f67d60bd7ca60cc81db6928" PATCHES="fish-$portVersion.patchset" @@ -56,7 +56,7 @@ BUILD() { mkdir -p build && cd build cmake .. \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs make $jobArgs