]> 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:00:58 +0000 (13:00 +0000)
commitaf3dd9e2e3d4a01db2c0aa93c38216cd6113d684
tree69483c4b2bc89c4f6e7d4a9fb01de4cbdf2dc06d
parent726abbb949c1e2a92c6321a20ae3f96c426278d0
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