summaryrefslogtreecommitdiff
path: root/storage/tokudb/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/tests/Makefile')
-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)