--- dietlibc/Makefile 2018/02/10 18:27:23 1.218 +++ dietlibc/Makefile 2018/12/11 10:36:28 1.219 @@ -161,6 +161,7 @@ CFLAGS = -g $(EXTRACFLAGS) STRIP = : endif CFLAGS += -W -Wall -Wextra -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-switch -Wno-unused -Wredundant-decls -Wshadow +#CFLAGS += -Wsuggest-attribute=malloc ASM_CFLAGS = -Wa,--noexecstack ifneq ($(subst clang,fnord,$(CC)),$(CC))