summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Finch <dot@dot.at>2008-08-11 15:30:02 +0000
committerTony Finch <dot@dot.at>2008-08-11 15:30:02 +0000
commit1af4e1f4050add067ac7b83d85e1c946cf4ffc4f (patch)
tree358c87a453eca7197571d75aeddf897482154fea
parente2803e40f432c44b56967261357dc38a33616a35 (diff)
Remove a spurious -g that slipped in to the last commit.
-rw-r--r--src/OS/Makefile-Linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OS/Makefile-Linux b/src/OS/Makefile-Linux
index d07fed738..cc8dce728 100644
--- a/src/OS/Makefile-Linux
+++ b/src/OS/Makefile-Linux
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-Linux,v 1.3 2008/07/25 20:39:55 fanf2 Exp $
+# $Cambridge: 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 @@ CHOWN_COMMAND=look_for_it
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