From f31116f28764e0c151b7e5c2bd1cedb0d8aa63f0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Sep 2013 19:20:47 -0400 Subject: [PATCH] Portability - Removed unused compiler options for the OpenBSD port (thanks to kili, jasper). --- src/commands/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/commands/CMakeLists.txt b/src/commands/CMakeLists.txt index 6bed6a52e..733fe6f16 100644 --- a/src/commands/CMakeLists.txt +++ b/src/commands/CMakeLists.txt @@ -56,10 +56,6 @@ set (commands_SRCS Command.cpp Command.h add_library (commands STATIC ${commands_SRCS}) -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")