From: Michael Andreen Date: Tue, 19 Jun 2007 10:35:51 +0000 (+0000) Subject: better use debug information at this stage X-Git-Tag: v0.1~64 X-Git-Url: https://ruin.nu/git/?p=germs.git;a=commitdiff_plain;h=f49e43e1cf07998c8cc9662ba2fc30d08cf62f11 better use debug information at this stage --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fed42f3..42c41ad 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ PROJECT(GeneSort) SET(CMAKE_VERBOSE_MAKEFILE OFF) -ADD_DEFINITIONS(-Wall -O2) +ADD_DEFINITIONS(-Wall -g) INCLUDE_DIRECTORIES(.) ADD_LIBRARY(GeneSort geneorder genealgorithms)