SVN commit 988394 by mpyne: Remove usage of glibc memory checker for 4.3 release in startkde. This is per the comments already in the script.
CCMAIL:[email protected] M +0 -4 startkde.cmake --- branches/KDE/4.3/kdebase/workspace/startkde.cmake #988393:988394 @@ -36,10 +36,6 @@ # we have to unset this for Darwin since it will screw up KDE's dynamic-loading unset DYLD_FORCE_FLAT_NAMESPACE -# Enable lightweight memory corruption checker -- this is for trunk only, we remove it for releases -MALLOC_CHECK_=2 -export MALLOC_CHECK_ - # in case we have been started with full pathname spec without being in PATH bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'` if [ -n "$bindir" ]; then _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
