From 97efce5f7ff227aaa8990529217d3d10db3443dc Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 10 Mar 2013 11:41:49 -0700 Subject: altos: re-enable optimization for stm-demo. remove unused bits This makes stm-demo run on the discovery board again. Signed-off-by: Keith Packard --- src/stm-demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm-demo/Makefile') diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 09c9c3ca..3b1b671b 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -44,7 +44,7 @@ PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO IDPRODUCT=0x000a -CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -O0 +CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -Os PROG=stm-demo -- cgit v1.2.3