Skip to content

Commit

Permalink
Adjusted cc65 compiler options to recent cc65 option handling change.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschmidt committed Apr 10, 2017
1 parent d0ddb72 commit fa618ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/6502/Makefile.6502
Expand Up @@ -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

Expand Down

0 comments on commit fa618ad

Please sign in to comment.