From 91c83a75fd4ec7c64dcbb4185a9ea8d9c4c4ef6b Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Thu, 25 Jan 2018 00:24:13 +0100
Subject: [PATCH] build release

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2786a45..89989a7 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ EELFSR = $(addsuffix .elf, $(ELFSR))
 all: xargo $(EELFS) $(EELFSR) 
 	
 xargo:
-	xargo build --examples
+	xargo build --examples	
+	xargo build --release --examples	
 		
 %.elf : % 
 	cp $< $@
-- 
GitLab