branches/KDE/4.3/kdebase/workspace
Michael Pyne
mpyne at kde.org
Sun Jun 28 03:27:28 CEST 2009
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:release-team at kde.org
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
More information about the release-team
mailing list