Floating point numbers work, _start.S fix stack alignment, fix debug info

This commit is contained in:
2026-03-07 19:56:59 +01:00
parent 55d9b1fcd5
commit bf99bedfc5
5 changed files with 35 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ cflags += -nostdinc \
-Wextra
ifeq ($(buildtype),debug)
cflags += -O0 -g
cflags += -O0 -g3
endif
ifeq ($(buildtype),release)