We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0035522 commit 8423ffdCopy full SHA for 8423ffd
1 file changed
src/CMakeLists.txt
@@ -86,7 +86,7 @@ message (STATUS "LAMBDA version is: ${SEQAN_APP_VERSION}")
86
option (LAMBDA_FASTBUILD "Build only blastp and blastx modes (speeds up build)." OFF)
87
option (LAMBDA_NATIVE_BUILD "Architecture-specific optimizations, i.e. g++ -march=native." ON)
88
option (LAMBDA_STATIC_BUILD "Include all libraries in the binaries." OFF)
89
-option (LAMBDA_MMAPPED_DB "Use mmapped access to the database." ON)
+option (LAMBDA_MMAPPED_DB "Use mmapped access to the database." OFF)
90
option (LAMBDA_LINGAPS_OPT "Add optimized codepaths for linear gap costs (inc. bin size and compile time)." OFF)
91
92
if (LAMBDA_FASTBUILD)
0 commit comments