Merge pull request #2182 from oliverschmidt/master

Adjusted cc65 compiler options to recent cc65 option handling change.
contiki
Oliver Schmidt 2017-04-10 11:46:08 +02:00 committed by GitHub
commit 078359127b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ AR = ar65
# The apps coming with Contiki run even on a 0x100 byte stack.
ASFLAGS = -t $(TARGET)
CFLAGS += -t $(TARGET) -Or -W -unused-param
CFLAGS += -t $(TARGET) -Ors -W -unused-param
LDFLAGS = -t $(TARGET) -m contiki-$(TARGET).map -D __STACKSIZE__=0x200
AROPTS = a