From: Thibault Godouet Date: Sun, 3 Sep 2000 19:03:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~607 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=767b41ee0fc36eb4a38108e6a65eb814b3d2087d;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index ed7264c..9c989f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # fcron's Makefile ######## ############################ -# $Id: Makefile.in,v 1.26 2000-09-03 14:31:27 thib Exp $ +# $Id: Makefile.in,v 1.27 2000-09-03 19:03:08 thib Exp $ # ********************************************************* # # *** Begin of configurable stuffs ************************ # @@ -26,10 +26,10 @@ ETC=/etc/ # -DDEBUG even more verbose # -DCHECKJOBS send a mail containing the exact shell command # for each execution of each job. -OPTIM= -DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2 +#OPTIM= -DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2 #OPTIM= -DDEBUG -g -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes #OPTIM= -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes -#OPTIM= -O2 -Wall +OPTIM= -O2 -Wall #OPTIM= -O3 -mcpu=i686 -Wall