Commit a0bf0c1a authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel
Browse files

[t:4575] Got rid of a little too much. . Closes #4575.

git-svn-id: file:///svn/toku/tokudb@40377 c7de825b-a66e-492c-adef-691d508d4ae1
parent dd3657f6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@ endif
CFLAGS = $(GCC_VERSION_SPECIFIC_WARNINGS) -Wall -W -Werror -g $(OPTFLAGS)
CPPFLAGS = -I. -I../toku_include

ifeq ($(CC),icc)
 CFLAGS += -diag-disable 188
endif

default: ../include/db.h

../include/db.h: make_tdb