]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
*** empty log message ***
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 3 Sep 2000 19:03:08 +0000 (19:03 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 3 Sep 2000 19:03:08 +0000 (19:03 +0000)
Makefile.in

index ed7264c500457e6d853c75a8ab8b11fedc8f0f50..9c989f877a7ef6c752f1d23edb52b01f1873e35b 100644 (file)
@@ -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