Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into opensource
Browse files Browse the repository at this point in the history
  • Loading branch information
zd-double committed Dec 8, 2016
2 parents 69afa4f + be70432 commit 1d21e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include depends.mk
CXX=g++
INCPATH=-I. -I../src -I$(BOOST_HEADER_DIR) -I$(PROTOBUF_DIR)/include \
-I$(SNAPPY_DIR)/include -I$(ZLIB_DIR)/include -I$(GTEST_DIR)/include
CXXFLAGS += $(OPT) -pipe -W -Wall -fPIC -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -Dprivate=public $(INCPATH)
CXXFLAGS += $(OPT) -pipe -W -Wall -fPIC -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -fno-access-control $(INCPATH)

LDFLAGS += -L.. -L$(ZLIB_DIR)/lib -L$(PROTOBUF_DIR)/lib/ -L$(SNAPPY_DIR)/lib/ -lsofa-pbrpc -lprotobuf -lsnappy -lpthread -lz
ifeq ($(OS),Windows_NT)
Expand Down

0 comments on commit 1d21e98

Please sign in to comment.