Floating point numbers work, _start.S fix stack alignment, fix debug info
This commit is contained in:
@@ -9,7 +9,7 @@ cflags += -nostdinc \
|
||||
-Wextra
|
||||
|
||||
ifeq ($(buildtype),debug)
|
||||
cflags += -O0 -g
|
||||
cflags += -O0 -g3
|
||||
endif
|
||||
|
||||
ifeq ($(buildtype),release)
|
||||
|
||||
Reference in New Issue
Block a user