X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FMakefile.tpl;h=98d0760cb62a4d37e059d8292b401768a59b624c;hb=743dfbb0e8f53a92333c6212f20cc65afaa05cf2;hp=2003c92361bbba7a074048cf0d30bf2fff7aa1a6;hpb=40b1565117870d9124e3afee02d008e0bd9fcd66;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Makefile.tpl b/KernelLand/Modules/Makefile.tpl index 2003c923..98d0760c 100644 --- a/KernelLand/Modules/Makefile.tpl +++ b/KernelLand/Modules/Makefile.tpl @@ -16,7 +16,7 @@ CPPFLAGS += -DARCH=$(ARCH) -DARCH_is_$(ARCH) -DARCHDIR_is_$(ARCHDIR) CPPFLAGS += $(_CPPFLAGS) CPPFLAGS += $(LIBINCLUDES) -ffreestanding CFLAGS := -std=gnu99 -Wall -fno-stack-protector -g -O3 -CFLAGS += -Werror +CFLAGS += -Werror -fno-omit-frame-pointer ifneq ($(CATEGORY),) FULLNAME := $(CATEGORY)_$(NAME)