Include debug symbols in the ELF

This commit is contained in:
Michael Cardell Widerkrantz 2023-04-25 15:52:44 +02:00 committed by dehanj
parent ea7d64c29f
commit e0e871c730
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A

View File

@ -36,7 +36,7 @@ CC = clang
CFLAGS = -target riscv32-unknown-none-elf -march=rv32iczmmul -mabi=ilp32 \
-static -std=gnu99 -O2 -ffast-math -fno-common -fno-builtin-printf \
-fno-builtin-putchar -fno-builtin-memcpy -nostdlib -mno-relax -Wall \
-flto -DNOCONSOLE
-flto -g -DNOCONSOLE
AS = clang
ASFLAGS = -target riscv32-unknown-none-elf -march=rv32iczmmul -mabi=ilp32 -mno-relax