[SCM] supercollider/master: Explicitly set to standard build type

danstowell-guest at users.alioth.debian.org danstowell-guest at users.alioth.debian.org
Thu Sep 28 19:05:24 UTC 2017


The following commit has been merged in the master branch:
commit c9a79fb50e6f7edbe6454bdcd925b9e54115ae08
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Thu Sep 28 18:39:48 2017 +0100

    Explicitly set to standard build type
    
    This prevents a debug build occurring due to mis-set cmake flag

diff --git a/debian/rules b/debian/rules
index d2fef57..1c994a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ include /usr/share/dpkg/default.mk
 DEB_BUILD_SUPERNOVA = $(shell dh_listpackages -a | grep -q supercollider-supernova && echo on || echo off)
 
 DEB_CMAKE_EXTRA_FLAGS = \
+	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 	-DCMAKE_SKIP_RPATH=on \
 	-DDSO_VISIBILITY=on \
 	-DSC_EL_BYTECOMPILE=off \

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list