X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=88beb4edc1160c24e84af7dc43e8d1a72bc6fcc1;hb=1f79a2269614e11135ae5e6a35e70106dfe2a5d8;hp=65c450b82cbcbb6b622e5a165ae7f291c10aada1;hpb=36187632f41f7f995580c35657ceaeaf2c47aa7a;p=bamtools.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 65c450b..88beb4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -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)