From 1adf47a77000054d46756051ba1ea4fcd999a64e Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 18 Jan 2010 06:02:04 +0100 Subject: [PATCH] debug for Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 982c074..a9276b7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: MicroTrace CC = g++ -CFLAGS = -O3 -Wall +CFLAGS = -O0 -g -Wall OBJ = MicroTrace.o\ -- 2.20.1