mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Disable mimalloc by the option
This commit is contained in:
committed by
Christoffer Lerno
parent
a6b29bccb7
commit
684ad9e663
@@ -6,11 +6,9 @@ include(FeatureSummary)
|
||||
set(CMAKE_FIND_PACKAGE_SORT_ORDER NATURAL)
|
||||
set(CMAKE_FIND_PACKAGE_SORT_DIRECTION DEC)
|
||||
set(C3_LLVM_VERSION "auto" CACHE STRING "Use LLVM version [default: auto]")
|
||||
option(C3_USE_MIMALLOC "Use built-in mimalloc" ON)
|
||||
option(C3_USE_MIMALLOC "Use built-in mimalloc" OFF)
|
||||
set(C3_MIMALLOC_TAG "v1.7.3" CACHE STRING "Used version of mimalloc")
|
||||
|
||||
set(C3_USE_MIMALLOC OFF)
|
||||
|
||||
if(C3_USE_MIMALLOC)
|
||||
option(MI_BUILD_TESTS OFF)
|
||||
option(MI_BUILD_SHARED OFF)
|
||||
|
||||
Reference in New Issue
Block a user