From: Roland Hieber Date: Mon, 18 Jan 2010 05:02:04 +0000 (+0100) Subject: debug for Makefile X-Git-Url: https://git.rohieb.name/MicroTrace.git/commitdiff_plain/1adf47a77000054d46756051ba1ea4fcd999a64e debug for Makefile --- 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\