X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=CMakeLists.txt;h=88beb4edc1160c24e84af7dc43e8d1a72bc6fcc1;hb=8a90b7aefffaf186053ef4da96c8663bf528274a;hp=8fce335c0eb77ea905fffdc29ac2a4a024747b15;hpb=8c80d760637f8df39262683cd2570f0589423d36;p=bamtools.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fce335..88beb4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,14 +32,15 @@ ensure_out_of_source_build (" # set BamTools version information set (BamTools_VERSION_MAJOR 1) set (BamTools_VERSION_MINOR 0) -set (BamTools_VERSION_BUILD 0) +set (BamTools_VERSION_BUILD 2) # set our library and executable destination dirs 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 -O2 -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)