mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 06:18:02 +00:00
Remove NDEBUG option
Bitcoin code is crashed (SEGFAULT) being compiled with `-DNDEBUG` option (see https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L32)
This commit is contained in:
parent
5e85af73fb
commit
d473dd482b
@ -442,7 +442,7 @@ AS_CASE(["$ARG_ENABLE_DEBUG"],
|
||||
],
|
||||
["no"], [
|
||||
AC_MSG_RESULT([no])
|
||||
AC_DEFINE([NDEBUG],[1],[Define to disable debug code.])
|
||||
#AC_DEFINE([NDEBUG],[1],[Define to disable debug code.])
|
||||
#COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DNDEBUG "
|
||||
DEBUGFLAGS="-Os"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user