mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
configure: Enable poisoning by default for non-release builds
This commit is contained in:
parent
942fc7f79e
commit
7ef5b28e40
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ AC_ARG_ENABLE(poisoning,
|
|||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-poisoning) ;;
|
||||
esac
|
||||
],
|
||||
[USE_POISONING=no]) dnl Default value
|
||||
[USE_POISONING=$GST_GIT]) dnl Default value
|
||||
if test "x$USE_POISONING" = xyes; then
|
||||
AC_DEFINE(USE_POISONING, 1,
|
||||
[Define if we should poison deallocated memory])
|
||||
|
|
Loading…
Reference in a new issue