mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-24 21:44:17 +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"], [
|
["no"], [
|
||||||
AC_MSG_RESULT([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 "
|
#COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DNDEBUG "
|
||||||
DEBUGFLAGS="-Os"
|
DEBUGFLAGS="-Os"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user