freeswitch-stable: remove mod_v8
[feed/telephony.git] / net / freeswitch-stable / Config.in
index 153175f80498407c6668ae443f0ae396e8c1e151..de0c82a61ddc7acfde493588037691e36322b196 100644 (file)
@@ -45,29 +45,6 @@ config FS_STABLE_WITH_SRTP
        help
          Compile with SRTP support.
 
-config FS_STABLE_WITH_V8
-       bool "Compile with V8 support"
-       depends on arm||i386||mipsel||x86_64
-       default y if x86_64
-       help
-         The sole purpose of this symbol is to prevent mod_v8 from being built
-         by the build bots. Currently the only exception is x86_64. The build is
-         time-consuming and the module is quite large, making it an unlikely
-         choice for devices with limited resources.
-
-         If you want mod_v8 to become available, select 'y'.
-
-config FS_STABLE_WITH_V8_SNAPSHOT
-       bool "Include heap snapshot"
-       depends on FS_STABLE_WITH_V8
-       default n
-       help
-         V8 can be built with a heap snapshot for faster initialization. Default
-         is 'n' because of seemingly random segmentation faults observed when
-         generating the snapshot.
-
-         Only select 'y' if you know what you are doing.
-
 config FS_STABLE_WITH_VPX
        bool "Compile with VPx support"
        depends on FS_STABLE_WITH_LIBYUV