Skip to content
Snippets Groups Projects
Commit 353aa779 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

arduino-nano: Enable LTO

parent 3fddb519
No related branches found
No related tags found
No related merge requests found
# vim:ft=make
MCU = atmega328p
PROGRAMMER ?= usbasp
PORT = /dev/ttyUSB0
BAUD = 57600
COMMON_FLAGS += -mmcu=${MCU} -DF_CPU=16000000UL -DMULTIPASS_ARCH_arduino_nano
COMMON_FLAGS += -flto
COMMON_FLAGS += -DMULTIPASS_ARCH_HAS_I2C
CC = avr-gcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment