From 4db4985f21bd8f36533f8e71db916e6d3d5d2249 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 16 Feb 2013 20:46:30 +0100 Subject: sbtools: increase performance by compiling with O3, add zenv key Change-Id: I2301f695e49d306d21bb9efa9c44acf1d3296a08 --- utils/imxtools/sbtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/imxtools/sbtools/Makefile') diff --git a/utils/imxtools/sbtools/Makefile b/utils/imxtools/sbtools/Makefile index 16ae087..eab5b8d 100644 --- a/utils/imxtools/sbtools/Makefile +++ b/utils/imxtools/sbtools/Makefile @@ -1,7 +1,7 @@ DEFINES=-DCRYPTO_LIBUSB CC=gcc LD=gcc -CFLAGS=-g -std=c99 -W -Wall `pkg-config --cflags libusb-1.0` $(DEFINES) +CFLAGS=-O3 -g -std=c99 -W -Wall `pkg-config --cflags libusb-1.0` $(DEFINES) LDFLAGS=`pkg-config --libs libusb-1.0` BINS=elftosb sbtoelf sbloader rsrctool elftosb1 -- cgit v1.1