mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
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
This commit is contained in:
parent
48339dd4cc
commit
3b16eb8ef6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ GCOV_FLAGS = -ftest-coverage -fprofile-arcs
|
|||
endif
|
||||
|
||||
ifeq ($(DEBUG),0)
|
||||
OPTFLAGS = -O2
|
||||
OPTFLAGS = -O3
|
||||
MYSQL_FLAGS =
|
||||
CXXFLAGS =
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue