tenacity: fix build type

This commit is contained in:
Gerasim Troeglazov
2025-03-04 09:03:35 +10:00
parent fa91c0ea26
commit edf6e47823

View File

@@ -5,7 +5,7 @@ systems and is developed by a group of volunteers as open-source software."
HOMEPAGE="https://tenacityaudio.org" HOMEPAGE="https://tenacityaudio.org"
COPYRIGHT="2021-2023 by Tenacity Team" COPYRIGHT="2021-2023 by Tenacity Team"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="4" REVISION="5"
SOURCE_URI="https://codeberg.org/tenacityteam/tenacity/archive/v$portVersion.tar.gz" SOURCE_URI="https://codeberg.org/tenacityteam/tenacity/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="36ed8c0078e448fe425837256c6a7489c5296c47e5d1b07bbbd0f281658ef4d3" CHECKSUM_SHA256="36ed8c0078e448fe425837256c6a7489c5296c47e5d1b07bbbd0f281658ef4d3"
SOURCE_DIR="tenacity" SOURCE_DIR="tenacity"
@@ -119,7 +119,7 @@ BUILD()
cmake -S . -B build -G Ninja \ cmake -S . -B build -G Ninja \
$cmakeDirArgs \ $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DPCH=no \ -DPCH=no \
-DSBSMS=ON \ -DSBSMS=ON \
-DVST2=OFF -DVST2=OFF