From af086e27a80131da745e6f6a46ab38ea72963cdd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 4 Jan 2010 20:13:04 +0000 Subject: [PATCH] Merged two lines. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1428 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srpt/src/Makefile b/srpt/src/Makefile index fc59c1d57..439088a91 100644 --- a/srpt/src/Makefile +++ b/srpt/src/Makefile @@ -2,9 +2,8 @@ SCST_INC_DIR := $(SUBDIRS)/../../scst/include/ EXTRA_CFLAGS += -I$(SCST_INC_DIR) #EXTRA_CFLAGS += -DCONFIG_SCST_TRACING -#EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG -g +#EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG -g -fno-inline -fno-inline-functions #EXTRA_CFLAGS += -DCONFIG_SCST_EXTRACHECKS #EXTRA_CFLAGS += -Wextra -Wno-unused-parameter -#EXTRA_CFLAGS += -fno-inline -fno-inline-functions obj-m += ib_srpt.o