X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2FCMakeLists.txt;h=d5242e8806647da03bc225c884989a9c18387979;hb=edc4387602eb935c6e1702a713f0a5665c12d467;hp=1b2797a85fc7fa2dc816f8b0094b3a18ceeb9b52;hpb=cc4eb994e4a8a8c4a32beb64a9928c657e9cf60e;p=vpp.git diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 1b2797a85fc..d5242e88066 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -16,7 +16,7 @@ enable_language(ASM) ############################################################################## # Generate vppinfra/config.h ############################################################################## -set(LOG2_CACHE_LINE_BYTES 6) +set(LOG2_CACHE_LINE_BYTES ${VPP_LOG2_CACHE_LINE_SIZE}) option(VPP_USE_DLMALLOC "Use dlmalloc memory allocator." ON) if(VPP_USE_DLMALLOC) set(DLMALLOC 1)