]> 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:00 +0000 (13:01 +0000)
commitd1d80af0c0e26a4c4aa95578c2d88c35901c587d
tree16d7101cac329d39466dab240d19d870f83b9632
parentb8525e87aeb11c780b0b5d4e8729258c77352fcb
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