mkimxtool: increase performance by compiling with O3

Change-Id: I3d69801488abec4fbc2a84665614936105f60ad2
This commit is contained in:
Amaury Pouly 2013-02-17 12:47:01 +01:00
parent b05b762ed4
commit ef958abdae

View file

@ -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