From 0fc0646a9b8330e8088babf6bd76d5e69fdd5b6d Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Sat, 29 Jan 2011 21:27:38 +0100 Subject: Removed -g from CFLAGS for tagging release of oxen 0.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 769d663..30917d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6) project(oxen) # Set C compiler flags -set(CMAKE_C_FLAGS "-Wall -pedantic -g -std=c99 -D_POSIX_SOURCE") +set(CMAKE_C_FLAGS "-Wall -pedantic -std=c99 -D_POSIX_SOURCE") # Find dependencies # Find ncurses -- cgit v1.2.3