Skip to content

Commit

Permalink
Add TCMALLOC_SUPPORT parameter to add libtcmalloc_minimal to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
kszaq authored and Portisch committed May 17, 2021
1 parent dbb9893 commit 03ef895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/options
Expand Up @@ -36,8 +36,10 @@ TARGET_ARCH="${ARCH}"
# include arm-mem package on arm
if [ "${TARGET_ARCH}" = "arm" ]; then
ARM_MEM_SUPPORT="yes"
TCMALLOC_SUPPORT="yes"
else
ARM_MEM_SUPPORT="no"
TCMALLOC_SUPPORT="no"
fi

# include helper functions
Expand Down

0 comments on commit 03ef895

Please sign in to comment.