Specify Release mode explicitly

This commit is contained in:
Matt Hill
2016-07-03 16:08:36 -04:00
parent 0ba1cd7a37
commit c379120d38

View File

@@ -1,6 +1,8 @@
project(src) project(src)
set(CMAKE_BUILD_TYPE RelWithDebugInfo)
#set(CMAKE_BUILD_TYPE Debug) #set(CMAKE_BUILD_TYPE Debug)
cmake_minimum_required (VERSION 2.6) cmake_minimum_required (VERSION 2.6)
# Set the OpenALPR version in cmake, and also add it as a DEFINE for the code to access # Set the OpenALPR version in cmake, and also add it as a DEFINE for the code to access