blob: 11726ba0e931bd5133ac1f33102f506e41367915 (
plain)
1
2
3
4
5
6
7
8
|
###################################################
# Build Flags for the Release Configuration
###################################################
# Set the optimization level
RISCV_ASFLAGS += -Os
RISCV_CFLAGS += -Os
RISCV_CXXFLAGS += -Os
|