Skip to content

Commit

Permalink
Increase optimisation level
Browse files Browse the repository at this point in the history
  • Loading branch information
kierdavis committed Mar 9, 2017
1 parent b335cbf commit c9dcdf4
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 @@ -10,7 +10,7 @@ CC = avr-gcc
# Flags passed to C preprocessor:
CPPFLAGS = -Isrc -DF_CPU=$(F_CPU) -DBOARD_$(BOARD)=1
# Flags passed to C compiler:
CFLAGS = -O2 -Wall -Wno-unused-function -mmcu=$(MCU)
CFLAGS = -O3 -Wall -Wno-unused-function -mmcu=$(MCU)
# Name of linker:
LD = avr-gcc
# Flags passed to linker:
Expand Down

0 comments on commit c9dcdf4

Please sign in to comment.