diff --git a/Makefile b/Makefile index 7251a49..328f9c6 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ LD = $(TOOLPREFIX)ld OBJCOPY = $(TOOLPREFIX)objcopy OBJDUMP = $(TOOLPREFIX)objdump -CFLAGS = -Wall -Werror -Wno-error=infinite-recursion -O -fno-omit-frame-pointer -ggdb +CFLAGS = -Wall -Werror -O -fno-omit-frame-pointer -ggdb CFLAGS += -MD CFLAGS += -mcmodel=medany CFLAGS += -ffreestanding -fno-common -nostdlib -mno-relax