]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 29 Apr 2024 13:01:07 +0000 (13:01 +0000)
commit7d69eafb5c469fd6dcb6f6177c084f3600d8e527
tree56eb31f94113944530b3ef24b92485eb985b11a3
parenta3a0139b935d6f0eb83105db0e5cd524f43f925a
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