From debe7f11523d9696ffc49de91a2757d795e1c08d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 29 Oct 2009 18:42:53 +0000 Subject: [PATCH] Added and commented out compiler flags that make it easier to locate the statement that triggered a kernel oops. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1298 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/srpt/src/Makefile b/srpt/src/Makefile index d68425167..f4fb33a16 100644 --- a/srpt/src/Makefile +++ b/srpt/src/Makefile @@ -4,5 +4,6 @@ EXTRA_CFLAGS += -I$(SCST_INC_DIR) #EXTRA_CFLAGS += -DCONFIG_SCST_TRACING #EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG -g #EXTRA_CFLAGS += -Wextra -Wno-unused-parameter +#EXTRA_CFLAGS += -fno-inline -fno-inline-functions obj-m += ib_srpt.o