summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Prohaska <prohaska@tokutek.com>2014-11-12 14:36:08 -0500
committerRich Prohaska <prohaska@tokutek.com>2014-11-12 14:36:08 -0500
commit462c7372ef5f72eb04ef1ce26eaf5d607c6f7852 (patch)
tree782b667d923a6f1aecbe4cc638a79bf56a704cd9
parentb1b91a4f9e1dd8e5939ef361bf6175c795f97088 (diff)
downloadmariadb-git-462c7372ef5f72eb04ef1ce26eaf5d607c6f7852.tar.gz
speed up tokudb handler unit tests
-rw-r--r--storage/tokudb/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/tokudb/tests/Makefile b/storage/tokudb/tests/Makefile
index 1943cc01867..721800e4840 100644
--- a/storage/tokudb/tests/Makefile
+++ b/storage/tokudb/tests/Makefile
@@ -14,6 +14,8 @@ VALGRIND = valgrind -q --leak-check=full --show-reachable=yes --suppressions=$(F
ifeq ($(GCOV),1)
CXXFLAGS += -fprofile-arcs -ftest-coverage
+else
+CXXFLAGS += -O3
endif
all: $(TARGETS)