mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
- Switches debug<->performance<->release builds added - Cosmetics A trunk/usr-full_perf.patch M trunk/iscsi-scst/README A trunk/iscsi-full_perf.patch A trunk/debug2perf A trunk/perf2debug A trunk/usr-release.patch A trunk/qla2x00t-full_perf.patch A trunk/iscsi-release.patch A trunk/scst-full_perf.patch A trunk/qla2x00t-release.patch A trunk/scst-release.patch A trunk/README A trunk/usr/fileio/README A trunk/debug2release A trunk/release2debug M trunk/scst/src/scst_lib.c M trunk/scst/src/scst_mem.c M trunk/scst/README M trunk/Makefile git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@194 d57e44dd-8a1f-0410-8b47-8ef2f437770f
17 lines
537 B
Diff
17 lines
537 B
Diff
Index: iscsi-scst/kernel/Makefile
|
|
===================================================================
|
|
--- iscsi-scst/kernel/Makefile (revision 324)
|
|
+++ iscsi-scst/kernel/Makefile (working copy)
|
|
@@ -26,9 +26,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 += -DEXTRACHECKS
|
|
#EXTRA_CFLAGS += -DTRACING
|
|
-EXTRA_CFLAGS += -DDEBUG -g
|
|
+#EXTRA_CFLAGS += -DDEBUG -g
|
|
|
|
#EXTRA_CFLAGS += -DDEBUG_DIGEST_FAILURES
|
|
|