mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 02:31:27 +00:00
- Switched back to the debug mode git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@442 d57e44dd-8a1f-0410-8b47-8ef2f437770f
18 lines
564 B
Diff
18 lines
564 B
Diff
Index: iscsi-scst/kernel/Makefile
|
|
===================================================================
|
|
--- iscsi-scst/kernel/Makefile (revision 324)
|
|
+++ iscsi-scst/kernel/Makefile (working copy)
|
|
@@ -23,9 +23,9 @@ SCST_INC_DIR := $(SUBDIRS)/../../scst/in
|
|
EXTRA_CFLAGS += -I$(src)/../include -I$(SCST_INC_DIR)
|
|
# -Wextra -Wno-unused-parameter
|
|
|
|
-EXTRA_CFLAGS += -DEXTRACHECKS
|
|
-#EXTRA_CFLAGS += -DTRACING
|
|
-EXTRA_CFLAGS += -DDEBUG -g
|
|
+#EXTRA_CFLAGS += -DEXTRACHECKS
|
|
+EXTRA_CFLAGS += -DTRACING
|
|
+#EXTRA_CFLAGS += -DDEBUG -g
|
|
|
|
#EXTRA_CFLAGS += -DDEBUG_DIGEST_FAILURES
|
|
|