]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Set CMAKE_BUILD_TYPE to "Release".
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 26 Dec 2011 20:15:28 +0000 (15:15 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 26 Dec 2011 20:15:28 +0000 (15:15 -0500)
SVN-Revision: 4013

CMakeLists.txt

index d5fcd867396d88ebdde62793362a3f6de680d0f1..9c2010e8846f66453277b5fac4fe339389778a79 100644 (file)
@@ -7,7 +7,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/build/cmake")
 if(NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY)
   set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${libarchive_BINARY_DIR}/bin)
 endif()
-SET(CMAKE_BUILD_TYPE "Debug")
+SET(CMAKE_BUILD_TYPE "Release")
 
 # On MacOS, prefer MacPorts libraries to system libraries.
 # I haven't come up with a compelling argument for this to be conditional.