Commit 6d927e7a authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

compile the handlerton with -O3. merge -c 13582 from 2.1.0 to main. [t:1890]

git-svn-id: file:///svn/mysql/tokudb-engine/src@13589 c7de825b-a66e-492c-adef-691d508d4ae1
parent 42f081a4
......@@ -19,7 +19,7 @@ GCOV_FLAGS = -ftest-coverage -fprofile-arcs
endif
ifeq ($(DEBUG),0)
OPTFLAGS = -O2
OPTFLAGS = -O3
MYSQL_FLAGS =
CXXFLAGS =
else
......
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