Commit b1aeddf7 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix the cxx build on the 2037b branch closes[t:2167]

git-svn-id: file:///svn/toku/tokudb.2037b@15759 c7de825b-a66e-492c-adef-691d508d4ae1
parent 60f64a35
......@@ -15,7 +15,7 @@ include $(TOKUROOT)toku_include/Makefile.include
#
# OPTFLAGS = -O2
# GCOV_FLAGS = -fprofile-arcs -ftest-coverage
CPPFLAGS = -I../include
CPPFLAGS = -I../include -I../toku_include
CXXFLAGS = -Wall -g $(OPTFLAGS) $(GCOV_FLAGS)
CC = c++
LDFLAGS = -lz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment