Modules/Makefile - added -fno-omit-frame-pointer to aid debugging
authorJohn Hodge <[email protected]>
Fri, 4 Oct 2013 13:16:15 +0000 (21:16 +0800)
committerJohn Hodge <[email protected]>
Fri, 4 Oct 2013 13:16:40 +0000 (21:16 +0800)
KernelLand/Modules/Makefile.tpl

index 2003c92..98d0760 100644 (file)
@@ -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)

UCC git Repository :: git.ucc.asn.au