mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +00:00
make --enable-debug default in libtorrent so it should compile out of the box (without extra flags)
This commit is contained in:
parent
9024eb2a5d
commit
8cae4d84de
@ -193,14 +193,14 @@ AC_ARG_ENABLE(
|
|||||||
[debug],
|
[debug],
|
||||||
[AS_HELP_STRING(
|
[AS_HELP_STRING(
|
||||||
[--enable-debug],
|
[--enable-debug],
|
||||||
[enable debug build [default=no]])],
|
[enable debug build [default=yes]])],
|
||||||
[
|
[
|
||||||
ARG_ENABLE_DEBUG=$enableval
|
ARG_ENABLE_DEBUG=$enableval
|
||||||
ac_arg_enable_debug=$enableval
|
ac_arg_enable_debug=$enableval
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
ARG_ENABLE_DEBUG=no
|
ARG_ENABLE_DEBUG=yes
|
||||||
ac_arg_enable_debug=no
|
ac_arg_enable_debug=yes
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user