kded6, fix build type (#11805)

This commit is contained in:
Schrijvers Luc
2025-02-19 10:35:18 +01:00
committed by GitHub
parent 45d63c5128
commit 3f3b7906a8

View File

@@ -84,7 +84,7 @@ BUILD_PREREQUIRES="
# no Qt documentation (yet?)
BUILD()
{
cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \