mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
Mdbx: more 4tb fixes (#3351)
This commit is contained in:
parent
18c059b789
commit
8a4a7d7664
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||
GIT_TAG ?= $(shell git describe --tags `git rev-list --tags="v*" --max-count=1`)
|
||||
|
||||
CGO_CFLAGS := $(shell $(GO) env CGO_CFLAGS) # don't loose default
|
||||
CGO_CFLAGS += -DMDBX_FORCE_ASSERTIONS=0 # Enable MDBX's asserts by default in 'devel' branch and disable in 'stable'
|
||||
CGO_CFLAGS += -DMDBX_FORCE_ASSERTIONS=1 # Enable MDBX's asserts by default in 'devel' branch and disable in 'stable'
|
||||
CGO_CFLAGS := CGO_CFLAGS="$(CGO_CFLAGS)"
|
||||
DBG_CGO_CFLAGS += -DMDBX_DEBUG=1
|
||||
|
||||
|
2
libmdbx
2
libmdbx
@ -1 +1 @@
|
||||
Subproject commit 03d828834bdb57a8e0ff34a311b6b835bfe4a479
|
||||
Subproject commit 0fdeb7cd504bffdf019d42fcde449563a7d8ade7
|
Loading…
Reference in New Issue
Block a user