mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mimalloc: initial package 2.0.6
This commit is contained in:
parent
f15e1de7ee
commit
4e0b5e1bc7
27
packages/devel/mimalloc/package.mk
Normal file
27
packages/devel/mimalloc/package.mk
Normal file
@ -0,0 +1,27 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="mimalloc"
|
||||
PKG_VERSION="2.0.6"
|
||||
PKG_SHA256="9f05c94cc2b017ed13698834ac2a3567b6339a8bde27640df5a1581d49d05ce5"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/microsoft/mimalloc"
|
||||
PKG_URL="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="cmake:host ninja:host"
|
||||
PKG_LONGDESC="mimalloc (pronounced "me-malloc") is a general purpose allocator with excellent performance characteristics"
|
||||
|
||||
PKG_CMAKE_OPTS_HOST="-DMI_SECURE=OFF \
|
||||
-DMI_DEBUG_FULL=OFF \
|
||||
-DMI_OVERRIDE=ON \
|
||||
-DMI_XMALLOC=OFF \
|
||||
-DMI_SHOW_ERRORS=OFF \
|
||||
-DMI_USE_CXX=OFF \
|
||||
-DMI_SEE_ASM=OFF \
|
||||
-DMI_LOCAL_DYNAMIC_TLS=OFF \
|
||||
-DMI_BUILD_SHARED=ON \
|
||||
-DMI_BUILD_STATIC=OFF \
|
||||
-DMI_BUILD_OBJECT=OFF \
|
||||
-DMI_BUILD_TESTS=OFF \
|
||||
-DMI_DEBUG_TSAN=OFF \
|
||||
-DMI_DEBUG_UBSAN=OFF \
|
||||
-DMI_SKIP_COLLECT_ON_EXIT=OFF"
|
Loading…
x
Reference in New Issue
Block a user