From cc5a56ebfacb828f497bc81b0eca32e5716856c6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Sep 2013 19:19:49 -0400 Subject: [PATCH] Portability - Removed unused compiler options for the OpenBSD port (thanks to kili, jasper). --- AUTHORS | 2 ++ src/CMakeLists.txt | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index e56894b29..9bf5760ec 100644 --- a/AUTHORS +++ b/AUTHORS @@ -88,6 +88,8 @@ The following submitted code, packages or analysis, and deserve special thanks: Tullio Facchinetti Thomas Sullivan Martin Natano + kili + jasper Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4e78b7e45..2d0c2fd54 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -58,10 +58,6 @@ set_property (TARGET task_executable PROPERTY OUTPUT_NAME "task") install (TARGETS task_executable DESTINATION ${TASK_BINDIR}) -set (CMAKE_BUILD_TYPE debug) -set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g -Wall") -set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -Wall") - #SET(CMAKE_BUILD_TYPE gcov) #SET(CMAKE_CXX_FLAGS_GCOV "--coverage") #SET(CMAKE_C_FLAGS_GCOV "--coverage")