X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-data%2Fplatforms%2Fvpp.mk;h=5e4980aad1280c86b5779147294a94c34eeeefdf;hb=6a5adc369591fcac2447e9809deaa22f56b53911;hp=6b795b7923a57c01405879229aab7b5b2c44e250;hpb=2a3fb1a28b170ac1d37815983611e83d148811d4;p=vpp.git diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index 6b795b7923a..5e4980aad12 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk @@ -37,7 +37,9 @@ vpp_root_packages = vpp vom # vpp_dpdk_shared_lib = yes # Use '--without-libnuma' for non-numa aware architecture -vpp_configure_args_vpp = +# Use '--enable-dlmalloc' to use dlmalloc instead of mheap +vpp_configure_args_vpp = --enable-dlmalloc +sample-plugin_configure_args_vpp = --enable-dlmalloc # load balancer plugin is not portable on 32 bit platform ifeq ($(MACHINE),i686)