We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b31ab6 commit b446ba9Copy full SHA for b446ba9
src/riscv/Makefile
@@ -5,7 +5,7 @@ OBJCOPY = $(CROSS)objcopy
5
SIZE = $(CROSS)size
6
7
# RISC-V specific options
8
-CFLAGS=-Wall -O2 -march=rv32im -mabi=ilp32 -ffreestanding -flto -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -I..
+CFLAGS=-Wall -Ofast -march=rv32im -mabi=ilp32 -ffreestanding -flto -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -I..
9
10
# resolution
11
CFLAGS += -DSCREENWIDTH=640 -DSCREENHEIGHT=360
0 commit comments