summaryrefslogtreecommitdiff
path: root/debug.mk
blob: b57cfc0984c7c49b471df32d7c7d0601929870c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
###################################################
# Build Flags for the Debug Configuration
###################################################

# Set the optimization level
RISCV_CFLAGS += -O0
RISCV_CXXFLAGS += -O0

# Enable debug
RISCV_CFLAGS += -g
RISCV_CXXFLAGS += -g