summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaveHodder67 <dave.hodder@focusrite.com>2015-07-06 21:31:27 +0100
committerDaveHodder67 <dave.hodder@focusrite.com>2015-07-06 21:31:27 +0100
commit80a27faec1221dc501c08f0527b821bdba403bdf (patch)
tree28b75f7efc3a13e7d8d7d2b7233e8e8dd62b162d /Makefile
parentb7239115c335a0de0e27b9a856f1b8fd83e20a84 (diff)
downloadlaunchpad-polymaker-80a27faec1221dc501c08f0527b821bdba403bdf.tar.gz
launchpad-polymaker-80a27faec1221dc501c08f0527b821bdba403bdf.zip
debugger friendly simulator build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1aaaf46..4436af4 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ $(HEXTOSYX):
47 47
48# build the simulator (it's a very basic test of the code before it runs on the device!) 48# build the simulator (it's a very basic test of the code before it runs on the device!)
49$(SIMULATOR): 49$(SIMULATOR):
50 $(HOST_GCC) -O0 -std=c99 -Iinclude $(TOOLS)/simulator.c $(SOURCES) -o $(SIMULATOR) 50 $(HOST_GCC) -g3 -O0 -std=c99 -Iinclude $(TOOLS)/simulator.c $(SOURCES) -o $(SIMULATOR)
51 51
52$(HEX): $(ELF) 52$(HEX): $(ELF)
53 $(OBJCOPY) -O ihex $< $@ 53 $(OBJCOPY) -O ihex $< $@