|
@@ -15,8 +15,8 @@ set(FITTING_POLICY "best" CACHE STRING "Choose the fitting policy in freelist-or
|
|
|
|
|
|
set(GOOD_FIT_PERCENTAGE 0.8 CACHE DOUBLE "Choose the good-fit percentage")
|
|
|
|
|
|
-set(WITH_COALESCING "never" "Build with coalescing support")
|
|
|
-set(WITH_SPLITTING "never" "Build with splitting support")
|
|
|
+set(WITH_COALESCING "never" CACHE STRING "Build with coalescing support")
|
|
|
+set(WITH_SPLITTING "never" CACHE STRING "Build with splitting support")
|
|
|
option(FREELIST_COALESCE_AFTER_SPLIT "Try to coalesce blocks after split" OFF)
|
|
|
|
|
|
|