Skip to content

Commit

Permalink
[INTERNAL] turn off MMAPPED_DB for now
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Aug 17, 2016
1 parent 0035522 commit 8423ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ message (STATUS "LAMBDA version is: ${SEQAN_APP_VERSION}")
option (LAMBDA_FASTBUILD "Build only blastp and blastx modes (speeds up build)." OFF)
option (LAMBDA_NATIVE_BUILD "Architecture-specific optimizations, i.e. g++ -march=native." ON)
option (LAMBDA_STATIC_BUILD "Include all libraries in the binaries." OFF)
option (LAMBDA_MMAPPED_DB "Use mmapped access to the database." ON)
option (LAMBDA_MMAPPED_DB "Use mmapped access to the database." OFF)
option (LAMBDA_LINGAPS_OPT "Add optimized codepaths for linear gap costs (inc. bin size and compile time)." OFF)

if (LAMBDA_FASTBUILD)
Expand Down

0 comments on commit 8423ffd

Please sign in to comment.