]> git.ipfire.org Git - thirdparty/asterisk.git/commit
make_buildopts_h: Always include DETECT_DEADLOCKS
authorGeorge Joseph <gjoseph@sangoma.com>
Sat, 27 Apr 2024 20:40:28 +0000 (14:40 -0600)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 29 Apr 2024 13:01:10 +0000 (13:01 +0000)
commita07a16aa231d7185559003421f8efb5a4fe91533
treea16765410faed94151cce17d8a97e18162deb83c
parent7e7a6033603e1b983e601b3036da2e56a606d4d9
make_buildopts_h: Always include DETECT_DEADLOCKS

Since DETECT_DEADLOCKS is now split from DEBUG_THREADS, it must
always be included in buildopts.h instead of only when
ADD_CFLAGS_TO_BUILDOPTS_H is defined.  A SEGV will result otherwise.

Resolves: #719
build_tools/make_buildopts_h