From: Mathieu Baudier Date: Tue, 21 Jan 2025 10:17:35 +0000 (+0100) Subject: Force build type Release X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=35ab918b4fb7d0c55111bc8c8e566d8d51e164ac;p=pkg%2Fggml%2Fsources%2Fggml Force build type Release --- diff --git a/debian/rules b/debian/rules index 82e2adbf..c6374e49 100755 --- a/debian/rules +++ b/debian/rules @@ -35,6 +35,7 @@ override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_SKIP_BUILD_RPATH=ON \ -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_HOST_MULTIARCH)" \ + -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ -DGGML_CCACHE=OFF \ -DGGML_STANDALONE=ON \