mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
parent
c7da7a6d90
commit
c9306ab8d0
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ DOCKER_TAG ?= thorax/erigon:latest
|
|||||||
# Pipe error below to /dev/null since Makefile structure kind of expects
|
# Pipe error below to /dev/null since Makefile structure kind of expects
|
||||||
# Go to be available, but with docker it's not strictly necessary
|
# Go to be available, but with docker it's not strictly necessary
|
||||||
CGO_CFLAGS := $(shell $(GO) env CGO_CFLAGS 2>/dev/null) # don't lose default
|
CGO_CFLAGS := $(shell $(GO) env CGO_CFLAGS 2>/dev/null) # don't lose default
|
||||||
CGO_CFLAGS += -DMDBX_FORCE_ASSERTIONS=1 # Enable MDBX's asserts by default in 'devel' branch and disable in 'stable'
|
CGO_CFLAGS += -DMDBX_FORCE_ASSERTIONS=0 # Enable MDBX's asserts by default in 'devel' branch and disable in releases
|
||||||
CGO_CFLAGS := CGO_CFLAGS="$(CGO_CFLAGS)"
|
CGO_CFLAGS := CGO_CFLAGS="$(CGO_CFLAGS)"
|
||||||
DBG_CGO_CFLAGS += -DMDBX_DEBUG=1
|
DBG_CGO_CFLAGS += -DMDBX_DEBUG=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user