From 925f4c5c731c31bb93ccfafb40159f992302f024 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 28 Oct 2002 23:47:39 +0000
Subject: [PATCH] turned off debugging

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@148 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sm5/Makefile b/sm5/Makefile
index 7150c8663..1aedd1389 100644
--- a/sm5/Makefile
+++ b/sm5/Makefile
@@ -2,7 +2,7 @@
 #
 # Home page: http://smartmontools.sourceforge.net
 #
-# $Id: Makefile,v 1.25 2002/10/28 23:46:59 ballen4705 Exp $
+# $Id: Makefile,v 1.26 2002/10/28 23:47:39 ballen4705 Exp $
 #
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # 
@@ -23,13 +23,13 @@
 CC	= gcc
 
 # Debugging
-CFLAGS = -fsigned-char -Wall -g
+# CFLAGS = -fsigned-char -Wall -g
 
 # Build against kernel header files.  Change linux-2.4 to correct path for your system
 # CFLAGS	= -fsigned-char -Wall -O2 -I./usr/src/linux-2.4/include
 
 # Normal build
-# CFLAGS	= -fsigned-char -Wall -O2 
+CFLAGS	= -fsigned-char -Wall -O2 
 
 releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern.h Makefile\
   README scsicmds.c scsicmds.h scsiprint.c scsiprint.h smartctl.8 smartctl.c smartctl.h\
-- 
GitLab