From 7b0c6737ed1e58d7902a513046e1b617a146cf23 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 6 Nov 2017 16:06:05 -0500 Subject: Add --disable-vom config option The vpp object model consumes more than half of the entire [initial] build time, so it's worth adding a config option. Change-Id: I86ad41f78160d93835804235b8b4a3fc7988f2f7 Signed-off-by: Dave Barach --- src/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configure.ac') diff --git a/src/configure.ac b/src/configure.ac index 150930f03e2..8b79cff224f 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -134,6 +134,7 @@ DISABLE_ARG(vlib, [Disable vlib and dependant libs and binaries]) DISABLE_ARG(svm, [Disable svm and dependant libs and binaries]) DISABLE_ARG(papi, [Disable Python API bindings]) DISABLE_ARG(japi, [Disable Java API bindings]) +DISABLE_ARG(vom, [Disable VPP object model bindings]) # --with-X -- cgit 1.2.3-korg