From edf6e478230a3df579db9aef8c57402325580c5a Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 4 Mar 2025 09:03:35 +1000 Subject: [PATCH] tenacity: fix build type --- media-sound/tenacity/tenacity-1.3.3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/tenacity/tenacity-1.3.3.recipe b/media-sound/tenacity/tenacity-1.3.3.recipe index 8a4eccd3d..a796122bc 100644 --- a/media-sound/tenacity/tenacity-1.3.3.recipe +++ b/media-sound/tenacity/tenacity-1.3.3.recipe @@ -5,7 +5,7 @@ systems and is developed by a group of volunteers as open-source software." HOMEPAGE="https://tenacityaudio.org" COPYRIGHT="2021-2023 by Tenacity Team" LICENSE="GNU GPL v2" -REVISION="4" +REVISION="5" SOURCE_URI="https://codeberg.org/tenacityteam/tenacity/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="36ed8c0078e448fe425837256c6a7489c5296c47e5d1b07bbbd0f281658ef4d3" SOURCE_DIR="tenacity" @@ -119,7 +119,7 @@ BUILD() cmake -S . -B build -G Ninja \ $cmakeDirArgs \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DPCH=no \ -DSBSMS=ON \ -DVST2=OFF