cmake: Add option for "mem: per-CPU allocator cache (ThunderX2 workaround)"
Change-Id: I7156cf433b2081246d1d9b8e4fde489609676ef1
This commit is contained in:
@ -28,6 +28,9 @@
|
||||
/* whether undefined behaviour sanitizer is enabled */
|
||||
#cmakedefine ENABLE_UBSAN 1
|
||||
|
||||
/* whether per-CPU allocator cache (ThunderX2 workaround) is enabled */
|
||||
#cmakedefine ENABLE_PER_CPU_ALLOC_CACHE 1
|
||||
|
||||
/* Path of bind-mount source directory */
|
||||
#cmakedefine ROOTFSDIR "${ROOTFSDIR}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user