mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
restore -O2 default
git-svn-id: file:///svn/tokudb@1094 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
4ebaea564a
commit
83613e1e9a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# GCOV_FLAGS = -fprofile-arcs -ftest-coverage
|
||||
# PROF_FLAGS = -pg
|
||||
OPTFLAGS = -O0
|
||||
OPTFLAGS = -O2
|
||||
|
||||
ifeq ($(CYGWIN),cygwin)
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue