Skip to content

Instantly share code, notes, and snippets.

@facchinm
Created July 2, 2015 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save facchinm/432fbb8ca4d9705644bd to your computer and use it in GitHub Desktop.
Save facchinm/432fbb8ca4d9705644bd to your computer and use it in GitHub Desktop.
compiler.path=/usr/bin/
# These can be overridden in platform.local.txt
compiler.c.extra_flags=-Wextra -flto
compiler.c.elf.extra_flags=-w -flto -fuse-linker-plugin
compiler.S.extra_flags=-flto
compiler.cpp.extra_flags=-Wextra -flto
compiler.ar.extra_flags=--plugin=/usr/lib/gcc/avr/4.9.2/liblto_plugin.so
compiler.objcopy.eep.extra_flags=
compiler.elf2hex.extra_flags=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment