summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2020-08-07 00:57:52 +0200
committercah <cah@ableton.com>2020-08-07 00:57:52 +0200
commit5a9912fc21bc8adfbe1797a1235125ace227dbcd (patch)
tree41049fda6b2d9353bbbc2ddf366e8c48c4d42e2a
parent10f7a6720fe6e3f6717620c144f412b46de3024d (diff)
Increase BLOCK_DEV_CACHE_SIZE.more-cache
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8384760..81fb839 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ elseif(LIB_ONLY)
add_definitions(-DCONFIG_DEBUG_ASSERT=0)
add_definitions(-DCONFIG_HAVE_OWN_OFLAGS=1)
add_definitions(-DCONFIG_HAVE_OWN_ERRNO=0)
- add_definitions(-DCONFIG_BLOCK_DEV_CACHE_SIZE=16)
+ add_definitions(-DCONFIG_BLOCK_DEV_CACHE_SIZE=256)
else()
#Generic example target
if (WIN32)
@@ -46,7 +46,7 @@ else()
add_definitions(-DCONFIG_HAVE_OWN_OFLAGS=0)
add_definitions(-DCONFIG_HAVE_OWN_ERRNO=0)
add_definitions(-DCONFIG_HAVE_OWN_ASSERT=0)
- add_definitions(-DCONFIG_BLOCK_DEV_CACHE_SIZE=16)
+ add_definitions(-DCONFIG_BLOCK_DEV_CACHE_SIZE=256)
endif()
macro(output_configure)