aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-05-06 07:53:04 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-05-06 07:47:27 +0200
commitfa9249aaccc3ef7a0a91a822e1cb666c4c9716ec (patch)
tree326110c80a6f283f00d88af265b60c762b5dd1e3 /depends
parentf8575bce311886a09e83d5d1918d65e04b3b3faa (diff)
downloadbitcoin-fa9249aaccc3ef7a0a91a822e1cb666c4c9716ec.tar.xz
depends: Add missing -D_LIBCPP_DEBUG=1 to debug flags
Diffstat (limited to 'depends')
-rw-r--r--depends/hosts/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/linux.mk b/depends/hosts/linux.mk
index 8ab448ce5f..07da752492 100644
--- a/depends/hosts/linux.mk
+++ b/depends/hosts/linux.mk
@@ -7,7 +7,7 @@ linux_release_CXXFLAGS=$(linux_release_CFLAGS)
linux_debug_CFLAGS=-O1
linux_debug_CXXFLAGS=$(linux_debug_CFLAGS)
-linux_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
+linux_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -D_LIBCPP_DEBUG=1
ifeq (86,$(findstring 86,$(build_arch)))
i686_linux_CC=gcc -m32