debug for Makefile
authorRoland Hieber <rohieb@rohieb.name>
Mon, 18 Jan 2010 05:02:04 +0000 (06:02 +0100)
committerRoland Hieber <rohieb@rohieb.name>
Mon, 18 Jan 2010 05:02:04 +0000 (06:02 +0100)
Makefile

index 982c074..a9276b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 all: MicroTrace
 
 CC = g++ 
 all: MicroTrace
 
 CC = g++ 
-CFLAGS = -O3 -Wall
+CFLAGS = -O0 -g -Wall 
 
 
 OBJ = MicroTrace.o\
 
 
 OBJ = MicroTrace.o\
This page took 0.026115 seconds and 4 git commands to generate.