mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
depends: add _LIBCPP_ENABLE_ASSERTIONS to DEBUG mode
See https://releases.llvm.org/16.0.0/projects/libcxx/docs/UsingLibcxx.html#assertions-mode for more info.
This commit is contained in:
parent
cf266b2270
commit
bc4fd49d09
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ linux_release_CXXFLAGS=$(linux_release_CFLAGS)
|
||||||
linux_debug_CFLAGS=-O1
|
linux_debug_CFLAGS=-O1
|
||||||
linux_debug_CXXFLAGS=$(linux_debug_CFLAGS)
|
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_ENABLE_ASSERTIONS=1
|
||||||
|
|
||||||
ifeq (86,$(findstring 86,$(build_arch)))
|
ifeq (86,$(findstring 86,$(build_arch)))
|
||||||
i686_linux_CC=gcc -m32
|
i686_linux_CC=gcc -m32
|
||||||
|
|
Loading…
Add table
Reference in a new issue