From ce2d1a93a4d2c33e85d62fc858345796b3c4f79f Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 13 Aug 2013 01:43:04 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4949 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/src/Makefile b/scst/src/Makefile index cc06e60b2..ddfa3ee6f 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -147,9 +147,9 @@ EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG -g -fno-inline -fno-inline-functions #EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG_SN #EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG_SYSFS_EAGAIN -# If defined, makes SCST zero allocated data buffers. -# Undefining it considerably improves performance and eases CPU load, -# but could create a security hole (information leakage), so +# If defined, makes SCST zero allocated data buffers. +# Undefining it considerably improves performance and eases CPU load, +# but could create a security hole (information leakage), so # enable it if you have strict security requirements. #EXTRA_CFLAGS += -DSCST_STRICT_SECURITY