From 8a4a7d76646346bd1d906bc50728e9814b371bd7 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Mon, 31 Jan 2022 16:59:49 +0700 Subject: [PATCH] Mdbx: more 4tb fixes (#3351) --- Makefile | 2 +- libmdbx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cecedac09..f7799c564 100644 --- a/Makefile +++ b/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 diff --git a/libmdbx b/libmdbx index 03d828834..0fdeb7cd5 160000 --- a/libmdbx +++ b/libmdbx @@ -1 +1 @@ -Subproject commit 03d828834bdb57a8e0ff34a311b6b835bfe4a479 +Subproject commit 0fdeb7cd504bffdf019d42fcde449563a7d8ade7