mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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) ;;
|
*) AC_MSG_ERROR(bad value ${enableval} for --enable-poisoning) ;;
|
||||||
esac
|
esac
|
||||||
],
|
],
|
||||||
[USE_POISONING=no]) dnl Default value
|
[USE_POISONING=$GST_GIT]) dnl Default value
|
||||||
if test "x$USE_POISONING" = xyes; then
|
if test "x$USE_POISONING" = xyes; then
|
||||||
AC_DEFINE(USE_POISONING, 1,
|
AC_DEFINE(USE_POISONING, 1,
|
||||||
[Define if we should poison deallocated memory])
|
[Define if we should poison deallocated memory])
|
||||||
|
|
Loading…
Reference in a new issue