projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
90d3def
)
Commit
c510e78a26f9fdccd19cfa3b5500de8cb63798fb
author
Michel Pollet
<buserror@gmail.com>
Wed, 23 Dec 2009 22:28:01 +0000
(22:28 +0000)
committer
Michel 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
patch
|
blob
|
history
|
download
diff --git
a/simavr/Makefile
b/simavr/Makefile
index 713fd76f2bced59725941850f2e984ad14fda11a..112d45ff025e6c554e70461aa2fcdca43343191d 100644
(file)
--- a/
simavr/Makefile
+++ b/
simavr/Makefile
@@
-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}}