about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/env.h b/src/include/env.h
index 6e0df8c1..4f5f8368 100644
--- a/src/include/env.h
+++ b/src/include/env.h
@@ -126,7 +126,7 @@ extern char* ftrace_name;
     BOOLEAN(BOX64_X11SYNC, x11sync, 0, 0)                                     \
     BOOLEAN(BOX64_X11THREADS, x11threads, 0, 0)                               \
     BOOLEAN(BOX64_X87_NO80BITS, x87_no80bits, 0, 1)                           \
-    BOOLEAN(BOX64_DYNACACHE, dynacache, 0, 0)                                 \
+    INTEGER(BOX64_DYNACACHE, dynacache, 2, 0, 2, 0)                           \
     STRING(BOX64_DYNACACHE_FOLDER, dynacache_folder, 0)                       \
     INTEGER(BOX64_DYNACACHE_MIN, dynacache_min, 350, 0, 10240, 0)             \