mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-21 23:31:11 +00:00
Adjusted cc65 compiler options to recent cc65 option handling change.
This commit is contained in:
parent
d0ddb7221e
commit
fa618ad86c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user