mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
9b58b2d97b
bc4fd49d09dec3791b0acd4ada285b2287361d14 depends: add _LIBCPP_ENABLE_ASSERTIONS to DEBUG mode (fanquake)
cf266b2270081f05a277ba683f00de90a741112f depends: Remove _LIBCPP_DEBUG from depends DEBUG mode (fanquake)
Pull request description:
It was deprecated in LLVM 15, turned into compile-time error in LLVM 16:
```bash
In file included from /usr/lib/llvm-16/bin/../include/c++/v1/cassert:19:
/usr/lib/llvm-16/bin/../include/c++/v1/__assert:22:5: error: "Defining _LIBCPP_DEBUG is not supported anymore.
Please use _LIBCPP_ENABLE_DEBUG_MODE instead."
^
1 error generated.
```
and has been removed entirely in LLVM 17 (main):
|
||
---|---|---|
.. | ||
android.mk | ||
darwin.mk | ||
default.mk | ||
freebsd.mk | ||
linux.mk | ||
mingw32.mk | ||
netbsd.mk | ||
openbsd.mk |