summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2020-08-07 00:32:35 +0200
committercah <cah@ableton.com>2020-08-07 00:32:35 +0200
commitf012c2c8cd0bb668ba702e429d5ee124421ac67e (patch)
tree16f9ffce938b177b000f8e9158d49cb0544cc7d9 /CMakeLists.txt
parent28c6f7e9814a18f72bd53903ee00404afb399fe7 (diff)
big haX.win32
Diffstat (limited to 'CMakeLists.txt')
-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)