From b133499071053256532358d4e40a7699a0d43599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Sun, 5 Jul 2015 09:39:06 -0300 Subject: [PATCH] (qb) Add toggle for MMAP support --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index a20155997a..dca2ab8bc0 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -55,3 +55,4 @@ HAVE_7ZIP=yes # Compile in 7z support HAVE_PRESERVE_DYLIB=no # Disable dlclose() for Valgrind support HAVE_PARPORT=auto # Parallel port joypad support HAVE_IMAGEVIEWER=yes # Built-in image viewer support. +HAVE_MMAP=auto # MMAP support