Skip to content

Commit fa618ad

Browse files
committed
Adjusted cc65 compiler options to recent cc65 option handling change.
1 parent d0ddb72 commit fa618ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/6502/Makefile.6502

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ AR = ar65
6767
# The apps coming with Contiki run even on a 0x100 byte stack.
6868

6969
ASFLAGS = -t $(TARGET)
70-
CFLAGS += -t $(TARGET) -Or -W -unused-param
70+
CFLAGS += -t $(TARGET) -Ors -W -unused-param
7171
LDFLAGS = -t $(TARGET) -m contiki-$(TARGET).map -D __STACKSIZE__=0x200
7272
AROPTS = a
7373

0 commit comments

Comments
 (0)