Commit 87d0ea72 authored by Leif Walsh's avatar Leif Walsh

updated drd test script to use the drd build type Tokutek/ft-engine#48

parent 50ff8b3f
......@@ -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