From 736d2dbcffc30f0f373a5fa0d324b2e59322f741 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 27 Nov 2016 17:37:56 -0500 Subject: Removed debug flag from CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3946a86..805e684 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,6 @@ cmake_minimum_required (VERSION 3.1) project (owo) -set(CMAKE_BUILD_TYPE Debug) - add_subdirectory(vendor/verbly) add_subdirectory(vendor/libtwittercpp) add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) -- cgit 1.4.1