diff options
author | David Guillen Fandos | 2021-04-03 00:37:42 +0200 |
---|---|---|
committer | David Guillen Fandos | 2021-04-03 00:37:42 +0200 |
commit | 5b5a4db6c2963ba72a3adcace6ec055ac65f2f3d (patch) | |
tree | db7cd4db7d0c146a382e997f9f704a1983446e28 /Makefile | |
parent | 8c14ac96192f6d966ac0ad252003a8dd3c61667a (diff) | |
download | picogpsp-5b5a4db6c2963ba72a3adcace6ec055ac65f2f3d.tar.gz picogpsp-5b5a4db6c2963ba72a3adcace6ec055ac65f2f3d.tar.bz2 picogpsp-5b5a4db6c2963ba72a3adcace6ec055ac65f2f3d.zip |
Add instruction tracing, for testing purposes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |