mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
to all files that need it in both src/ and newbrt/ levels. git-svn-id: file:///svn/toku/tokudb@11701 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
9beaf96697
commit
df9cd04035
2 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,6 @@ LINK_FILES += $(NEWBRT)
|
|||
|
||||
SKIP_NEWBRTRULE=1
|
||||
include $(TOKUROOT)toku_include/Makefile.include
|
||||
# TODO: 1398 Get rid of this hack.
|
||||
CPPFLAGS+=-DBRT_LEVEL_STRADDLE_CALLBACK_LOGIC_NOT_READY=1
|
||||
|
||||
# When debugging, try: valgrind --show-reachable=yes --leak-check=full ./brt-test
|
||||
|
||||
|
|
|
@ -76,6 +76,8 @@ else ifeq ($(VERBOSE),1)
|
|||
endif
|
||||
|
||||
CPPFLAGS = $(INCLUDEDIRS) -I$(PORTABILITY_HEADERS) -I$(TOKUROOT)toku_include
|
||||
# TODO: 1398 Get rid of this hack.
|
||||
CPPFLAGS+=-DBRT_LEVEL_STRADDLE_CALLBACK_LOGIC_NOT_READY=1
|
||||
|
||||
#CFLAG default options
|
||||
# Add -Wconversion #DISABLED for now.
|
||||
|
|
Loading…
Add table
Reference in a new issue