diff options
Diffstat (limited to 'community/phonon-backend-gstreamer')
-rw-r--r-- | community/phonon-backend-gstreamer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/phonon-backend-gstreamer/APKBUILD b/community/phonon-backend-gstreamer/APKBUILD index d3abdb7377..8c9e82486c 100644 --- a/community/phonon-backend-gstreamer/APKBUILD +++ b/community/phonon-backend-gstreamer/APKBUILD @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DPHONON_BUILD_PHONON4QT5=ON |