summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-29 21:27:38 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-29 21:27:38 +0100
commit0fc0646a9b8330e8088babf6bd76d5e69fdd5b6d (patch)
tree6e37b5797e15ec9acef2a5643922b8405fb4a0d3 /CMakeLists.txt
parent691dd7aa973e9f3d92735b673cb836eb3378b435 (diff)
Removed -g from CFLAGS for tagging release of oxen 0.1.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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