Skip to content

Commit 8423ffd

Browse files
committed
[INTERNAL] turn off MMAPPED_DB for now
1 parent 0035522 commit 8423ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ message (STATUS "LAMBDA version is: ${SEQAN_APP_VERSION}")
8686
option (LAMBDA_FASTBUILD "Build only blastp and blastx modes (speeds up build)." OFF)
8787
option (LAMBDA_NATIVE_BUILD "Architecture-specific optimizations, i.e. g++ -march=native." ON)
8888
option (LAMBDA_STATIC_BUILD "Include all libraries in the binaries." OFF)
89-
option (LAMBDA_MMAPPED_DB "Use mmapped access to the database." ON)
89+
option (LAMBDA_MMAPPED_DB "Use mmapped access to the database." OFF)
9090
option (LAMBDA_LINGAPS_OPT "Add optimized codepaths for linear gap costs (inc. bin size and compile time)." OFF)
9191

9292
if (LAMBDA_FASTBUILD)

0 commit comments

Comments
 (0)