Increase speed of recompiles for debug mysql

This commit is contained in:
Yoni Fogel 2013-06-21 12:03:02 -07:00
parent 13aaf77028
commit 6583bd6d62

View file

@ -128,7 +128,7 @@ mkdir $mysql/build.debug
if [ $? != 0 ] ; then exit 1; fi
pushd $mysql/build.debug
if [ $? != 0 ] ; then exit 1; fi
extra_cmake_options=
extra_cmake_options="-DCMAKE_LINK_DEPENDS_NO_SHARED=ON"
if (( $cmake_valgrind )) ; then
extra_cmake_options+=" -DUSE_VALGRIND=ON"
fi