Skip to content

Commit

Permalink
Merge changes If3e5fbf0,I2e331d6a
Browse files Browse the repository at this point in the history
* changes:
  Remove rocksdb dependency
  Suppress logging output of the peer during unit-tests
  • Loading branch information
Srinivasan Muralidharan authored and Gerrit Code Review committed Nov 30, 2016
2 parents f8e9015 + e9f9806 commit 9bd4e85
Show file tree
Hide file tree
Showing 46 changed files with 2 additions and 4,544 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif

PKGNAME = github.com/$(PROJECT_NAME)
GO_LDFLAGS = -X $(PKGNAME)/metadata.Version=$(PROJECT_VERSION)
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
CGO_FLAGS = CGO_CFLAGS=" "
ARCH=$(shell uname -m)
OS=$(shell uname)
CHAINTOOL_RELEASE=v0.10.0
Expand Down
370 changes: 0 additions & 370 deletions core/db/db.go

This file was deleted.

Loading

0 comments on commit 9bd4e85

Please sign in to comment.