mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-31 04:23:09 +00:00
- Docs updated
- 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
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Index: usr/fileio/Makefile
|
||||
===================================================================
|
||||
--- usr/fileio/Makefile (revision 324)
|
||||
+++ usr/fileio/Makefile (working copy)
|
||||
@@ -28,9 +28,9 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused-
|
||||
PROGS = fileio_tgt
|
||||
LIBS = -lpthread
|
||||
|
||||
-CFLAGS += -DEXTRACHECKS
|
||||
-#CFLAGS += -DTRACING
|
||||
-CFLAGS += -DDEBUG -g
|
||||
+#CFLAGS += -DEXTRACHECKS
|
||||
+CFLAGS += -DTRACING
|
||||
+#CFLAGS += -DDEBUG -g
|
||||
|
||||
#CFLAGS += -DDEBUG_NOMEM
|
||||
#CFLAGS += -DDEBUG_SENSE
|
||||
Reference in New Issue
Block a user