From ef958abdaed3ccbbf1d07238db4f281d805678d0 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 17 Feb 2013 12:47:01 +0100 Subject: mkimxtool: increase performance by compiling with O3 Change-Id: I3d69801488abec4fbc2a84665614936105f60ad2 --- rbutil/mkimxboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil') diff --git a/rbutil/mkimxboot/Makefile b/rbutil/mkimxboot/Makefile index 0172ae97f0..a81b960649 100644 --- a/rbutil/mkimxboot/Makefile +++ b/rbutil/mkimxboot/Makefile @@ -8,7 +8,7 @@ # We use the SB code available in the Rockbox utils/sbtools directory IMXTOOLS_DIR=../../utils/imxtools/sbtools/ CFLAGS += -I$(IMXTOOLS_DIR) -Wall -CFLAGS += -std=c99 -g +CFLAGS += -std=c99 -g -O3 OUTPUT = mkimxboot -- cgit v1.2.3