]> 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:56 +0000 (13:00 +0000)
commit6568c869894e08e7a8af6382c78e5323bbbb02c6
treee8e11dacddd61302a52eb77959be91f667e44c23
parent5a883f5410d5dfc2f2002df4d8764ed615f43c36
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