mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11: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
18 lines
465 B
Diff
18 lines
465 B
Diff
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
|