X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=CMakeLists.txt;h=a04cf380cfff4cb9aac8d561d0fb28214b52e45a;hb=15a173d229110e7fbac63774890853d78539fa1d;hp=5af858ed52030254bf6d7052821cd00a473036b8;hpb=4c9d2fdc9c556713531bdd2f25ce49685ab218e9;p=bamtools.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 5af858e..a04cf38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,8 +30,8 @@ ensure_out_of_source_build (" (or the Windows equivalent)\n") # set BamTools version information -set (BamTools_VERSION_MAJOR 0) -set (BamTools_VERSION_MINOR 9) +set (BamTools_VERSION_MAJOR 2) +set (BamTools_VERSION_MINOR 0) set (BamTools_VERSION_BUILD 0) # set our library and executable destination dirs @@ -39,7 +39,8 @@ set (EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin") set (LIBRARY_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/lib") # define compiler flags for all code -add_definitions (-Wall -O3 -D_FILE_OFFSET_BITS=64) +set (CMAKE_BUILD_TYPE Release) +add_definitions (-Wall -D_FILE_OFFSET_BITS=64) # add our includes root path include_directories (src)