switch build mode back to release

This commit is contained in:
Brian Gerkey 2011-10-21 22:19:12 +00:00
parent e895474f6b
commit 9ee578f9e1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ endif()
# We can't use rosbuild/rosbuild.cmake here, because rosbuild.cmake
# requires rospack, and we're in the process of building rospack.
cmake_minimum_required(VERSION 2.4.6)
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_OSX_ARCHITECTURES "x86_64")