Commit 6583bd6d authored by Yoni Fogel's avatar Yoni Fogel

Increase speed of recompiles for debug mysql

parent 13aaf770
...@@ -128,7 +128,7 @@ mkdir $mysql/build.debug ...@@ -128,7 +128,7 @@ mkdir $mysql/build.debug
if [ $? != 0 ] ; then exit 1; fi if [ $? != 0 ] ; then exit 1; fi
pushd $mysql/build.debug pushd $mysql/build.debug
if [ $? != 0 ] ; then exit 1; fi if [ $? != 0 ] ; then exit 1; fi
extra_cmake_options= extra_cmake_options="-DCMAKE_LINK_DEPENDS_NO_SHARED=ON"
if (( $cmake_valgrind )) ; then if (( $cmake_valgrind )) ; then
extra_cmake_options+=" -DUSE_VALGRIND=ON" extra_cmake_options+=" -DUSE_VALGRIND=ON"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment