/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk

« back to all changes in this revision

Viewing changes to arduino.mk

  • Committer: edam
  • Date: 2012-02-13 16:27:11 UTC
  • Revision ID: edam@waxworlds.org-20120213162711-nk86d4et6zla1s99
add some signed and packing gcc options

Show diffs side-by-side

added added

removed removed

208
208
 
209
209
# flags
210
210
CPPFLAGS = -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections
 
211
CPPFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
211
212
CPPFLAGS += -mmcu=$(BOARD_BUILD_MCU)
212
213
CPPFLAGS += -DF_CPU=$(BOARD_BUILD_FCPU) -DARDUINO=$(ARDUINOVER)
213
214
CPPFLAGS += -I. -Iutil -Iutility -I$(ARDUINOSRCDIR)