add Debug flags

This commit is contained in:
u2 2025-02-13 11:27:38 +00:00
parent 838ff60264
commit 386b9b1346

View File

@ -17,10 +17,12 @@ RANLIB=$(GNU_BIN)/$(ARCH)-ranlib
CFLAGS+=-ffreestanding
CFLAGS+=-fno-pic
CFLAGS+=-march=rv32i -mabi=ilp32
CFLAGS+= -O0 -g
LDFLAGS+=-nostdlib
LDFLAGS+=-Wl,-Ttext=0x80000000
LDFLAGS+= -g
# see: https://github.com/riscv/riscv-gcc/issues/120
#LDFLAGS+=-Wl,--no-relax