fanf2 2008/08/11 16:30:02 BST
Modified files:
exim-src/OS Makefile-Linux
Log:
Remove a spurious -g that slipped in to the last commit.
Revision Changes Path
1.4 +1 -1 exim/exim-src/OS/Makefile-Linux
Index: Makefile-Linux
===================================================================
RCS file: /home/cvs/exim/exim-src/OS/Makefile-Linux,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile-Linux 25 Jul 2008 20:39:55 -0000 1.3
+++ Makefile-Linux 11 Aug 2008 15:30:02 -0000 1.4
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-src/OS/Makefile-Linux,v 1.3 2008/07/25 20:39:55 fanf2 Exp $
+# $Cambridge: exim/exim-src/OS/Makefile-Linux,v 1.4 2008/08/11 15:30:02 fanf2 Exp $
# Exim: OS-specific make file for Linux. This is for modern Linuxes,
# which use libc6.
@@ -10,7 +10,7 @@
CHGRP_COMMAND=look_for_it
CHMOD_COMMAND=look_for_it
-CFLAGS=-O -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
+CFLAGS=-O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
DBMLIB = -ldb
USE_DB = yes