]> ruin.nu Git - germs.git/commitdiff
better use debug information at this stage
authorMichael Andreen <harv@ruin.nu>
Tue, 19 Jun 2007 10:35:51 +0000 (10:35 +0000)
committerMichael Andreen <harv@ruin.nu>
Tue, 19 Jun 2007 10:35:51 +0000 (10:35 +0000)
src/CMakeLists.txt

index fed42f37f1da57c3b0aeddd9e92f609b902ae090..42c41ad67fd7424a0d33495e78c49553c1e2c141 100644 (file)
@@ -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)