switch build mode back to release
This commit is contained in:
parent
e895474f6b
commit
9ee578f9e1
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue