diff --git a/ft/ft-ops.cc b/ft/ft-ops.cc index 547735dc77f..5073f65ae10 100644 --- a/ft/ft-ops.cc +++ b/ft/ft-ops.cc @@ -1064,7 +1064,7 @@ exit: // Using a valgrind suppressions file is better than the DRD_IGNORE_VAR macro because it's more targeted. // We need a function to have something a drd suppression can reference // see src/tests/drd.suppressions (unsafe_touch_clock) -static inline void unsafe_touch_clock(FTNODE node, int i) { +static void unsafe_touch_clock(FTNODE node, int i) { BP_TOUCH_CLOCK(node, i); } diff --git a/scripts/run.fractal.tree.tests.bash b/scripts/run.fractal.tree.tests.bash index 55b00aaddce..23900424af2 100755 --- a/scripts/run.fractal.tree.tests.bash +++ b/scripts/run.fractal.tree.tests.bash @@ -289,6 +289,8 @@ cmake \ -D USE_GTAGS=OFF \ -D USE_ETAGS=OFF \ -D USE_CSCOPE=OFF \ + -D CMAKE_C_FLAGS_DEBUG="-O1" \ + -D CMAKE_CXX_FLAGS_DEBUG="-O1" \ -D TOKU_SVNROOT="$toku_svnroot" \ -G "$generator" \ .. 2>&1 | tee -a $tracefile