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