mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
mkimxtool: increase performance by compiling with O3
Change-Id: I3d69801488abec4fbc2a84665614936105f60ad2
This commit is contained in:
parent
b05b762ed4
commit
ef958abdae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue