Skip to content

Commit

Permalink
changed optimization level to O3
Browse files Browse the repository at this point in the history
  • Loading branch information
elhobbs committed Aug 27, 2016
1 parent 12c226a commit fd234d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ INCLUDES := include
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft

CFLAGS := -g -Wall -O2 -mword-relocations \
CFLAGS := -g -Wall -O3 -mword-relocations \
-fomit-frame-pointer -ffunction-sections \
$(ARCH)

Expand Down

0 comments on commit fd234d3

Please sign in to comment.