Commit fa50c80a authored by Leif Walsh's avatar Leif Walsh

use build type drd for nightly drd tests Tokutek/ft-engine#48

parent 80e51be0
......@@ -13,7 +13,7 @@ if [ ! -d build ] ; then
mkdir build
pushd build
CC=gcc47 CXX=g++47 cmake \
-D CMAKE_BUILD_TYPE=RelWithDebInfo \
-D CMAKE_BUILD_TYPE=drd \
-D USE_VALGRIND=ON \
-D TOKU_DEBUG_PARANOID=ON \
-D USE_CTAGS=OFF \
......
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