From c51c2b99fa7873952d96f9cb501c25dfefe77e11 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 13 Oct 2002 13:11:25 +0000
Subject: [PATCH] Forgot to turn off debug option

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

diff --git a/sm5/Makefile b/sm5/Makefile
index e966995a6..12a2762f1 100644
--- a/sm5/Makefile
+++ b/sm5/Makefile
@@ -1,6 +1,6 @@
 # Makefile for smartmontools
 #
-# $Id: Makefile,v 1.13 2002/10/13 13:10:56 ballen4705 Exp $
+# $Id: Makefile,v 1.14 2002/10/13 13:11:25 ballen4705 Exp $
 #
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # 
@@ -14,8 +14,8 @@
 # Mass Ave, Cambridge, MA 02139, USA.
 
 CC	= gcc
-CFLAGS = -fsigned-char -Wall -g 
-# CFLAGS	= -fsigned-char -Wall -O2
+# CFLAGS = -fsigned-char -Wall -g 
+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