Skip to content

Commit b446ba9

Browse files
committed
Enable aggressive optimizations
1 parent 8b31ab6 commit b446ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/riscv/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OBJCOPY = $(CROSS)objcopy
55
SIZE = $(CROSS)size
66

77
# RISC-V specific options
8-
CFLAGS=-Wall -O2 -march=rv32im -mabi=ilp32 -ffreestanding -flto -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -I..
8+
CFLAGS=-Wall -Ofast -march=rv32im -mabi=ilp32 -ffreestanding -flto -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -I..
99

1010
# resolution
1111
CFLAGS += -DSCREENWIDTH=640 -DSCREENHEIGHT=360

0 commit comments

Comments
 (0)