mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
Fixes #2276. closes[t:2276]
git-svn-id: file:///svn/toku/tokudb@16801 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
committed by
Yoni Fogel
parent
e7136edbd1
commit
798429c3cb
@@ -20,7 +20,7 @@ include $(TOKUROOT)toku_include/Makefile.include
|
||||
BENCHDBS = bench.bdb/ bench.tokudb
|
||||
|
||||
OPTFLAGS = -O2
|
||||
CXXFLAGS = -Wall -Werror -g $(OPTFLAGS) $(GCOV_FLAGS)
|
||||
CXXFLAGS = $(GCC_VERSION_SPECIFIC) -Wall -Werror -g $(OPTFLAGS) $(GCOV_FLAGS)
|
||||
# CFLAGS += -pg
|
||||
|
||||
ifdef BDBDIR
|
||||
|
||||
Reference in New Issue
Block a user