Skip to content
Snippets Groups Projects
Commit 91c83a75 authored by Per Lindgren's avatar Per Lindgren
Browse files

build release

parent 5ffa867f
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,8 @@ EELFSR = $(addsuffix .elf, $(ELFSR)) ...@@ -12,7 +12,8 @@ EELFSR = $(addsuffix .elf, $(ELFSR))
all: xargo $(EELFS) $(EELFSR) all: xargo $(EELFS) $(EELFSR)
xargo: xargo:
xargo build --examples xargo build --examples
xargo build --release --examples
%.elf : % %.elf : %
cp $< $@ cp $< $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment