Makefile: minor update
authorMichel Pollet <buserror@gmail.com>
Wed, 23 Dec 2009 22:28:01 +0000 (22:28 +0000)
committerMichel Pollet <buserror@gmail.com>
Wed, 23 Dec 2009 22:28:01 +0000 (22:28 +0000)
Added the optional trace define

Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/Makefile

index 713fd76..112d45f 100644 (file)
@@ -19,6 +19,7 @@
 target = run_avr
 
 CFLAGS += -O3  -mfpmath=sse -msse2
+#CFLAGS        += -DCONFIG_SIMAVR_TRACE=1
 
 cores  = ${wildcard cores/*.c}
 cores_o = ${patsubst cores/%.c, obj/%.o, ${cores}}