Skip to content
Snippets Groups Projects
Commit c51c2b99 authored by ballen4705's avatar ballen4705
Browse files

Forgot to turn off debug option

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@39 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent f7ee52bc
No related branches found
No related tags found
No related merge requests found
# 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\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment