freeswitch-stable: disable mod_v8 heap snapshot by default
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 16 Jul 2017 20:05:54 +0000 (22:05 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 16 Jul 2017 20:05:56 +0000 (22:05 +0200)
commitbecb9d05e2172692ce63ad7e11a74fd2a469f4a0
tree4be135d0fd2996959a5a85b8452b1218b99f36ab
parent98232d46cb94e15f46a598d993d15d22be2d2c2f
freeswitch-stable: disable mod_v8 heap snapshot by default

mod_v8 sporadically failed to build due to a segmentation fault when
generating the heap snapshot. This patch adds a switch to FreeSWITCH to
disable the snapshot and a symbol to toggle it.

Default is to not use a heap snapshot.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Config.in
net/freeswitch-stable/Makefile
net/freeswitch-stable/patches/240-mod_v8.patch