diff --git a/sm5/Makefile b/sm5/Makefile
index 7150c86632ceed8a1bdfafe49b06e1f99f7c41d1..1aedd13897c9ab95ab26607183f1e605b78b837e 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\