~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to BUILD/build_mccge.sh

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-06-17 22:38:56 UTC
  • mto: (1.2.1 upstream) (2.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100617223856-p3sfjw3y37l2g0u6
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
938
938
set_valgrind_flags()
939
939
{
940
940
  if test "x$valgrind_flag" = "xyes" ; then
941
 
    loc_valgrind_flags="-USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify "
 
941
    loc_valgrind_flags="-UFORCE_INIT_OF_VARS -DHAVE_purify "
942
942
    loc_valgrind_flags="$loc_valgrind_flags -DMYSQL_SERVER_SUFFIX=-valgrind-max"
943
943
    compiler_flags="$compiler_flags $loc_valgrind_flags"
 
944
    with_flags="$with_flags --with-valgrind"
944
945
  fi
945
946
}
946
947