summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Guillen Fandos2021-04-03 00:37:42 +0200
committerDavid Guillen Fandos2021-04-03 00:37:42 +0200
commit5b5a4db6c2963ba72a3adcace6ec055ac65f2f3d (patch)
treedb7cd4db7d0c146a382e997f9f704a1983446e28 /Makefile
parent8c14ac96192f6d966ac0ad252003a8dd3c61667a (diff)
downloadpicogpsp-5b5a4db6c2963ba72a3adcace6ec055ac65f2f3d.tar.gz
picogpsp-5b5a4db6c2963ba72a3adcace6ec055ac65f2f3d.tar.bz2
picogpsp-5b5a4db6c2963ba72a3adcace6ec055ac65f2f3d.zip
Add instruction tracing, for testing purposes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a5806d..5d28045 100644
--- a/Makefile
+++ b/Makefile
@@ -434,6 +434,7 @@ ifeq ($(FORCE_32BIT_ARCH), 1)
fpic :=
endif
+# Add -DTRACE_INSTRUCTIONS to trace instruction execution
ifeq ($(DEBUG), 1)
OPTIMIZE_SAFE := -O0 -g
OPTIMIZE := -O0 -g