[U-Boot] [PATCH 1/2] mxssb: Makefile: build with optimisation (-O2) by default
Marc Kleine-Budde
mkl at pengutronix.de
Tue Nov 18 10:33:45 CET 2014
Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a8dbea3a861b..af3deb920785 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=`pkg-config --cflags libcrypto` -Wall -Wextra
+CFLAGS=`pkg-config --cflags libcrypto` -Wall -Wextra -O2
LDFLAGS=`pkg-config --libs libcrypto`
mxssb: mxssb.c
--
2.1.3
More information about the U-Boot
mailing list