From 1af4e1f4050add067ac7b83d85e1c946cf4ffc4f Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Mon, 11 Aug 2008 15:30:02 +0000 Subject: [PATCH] Remove a spurious -g that slipped in to the last commit. --- src/OS/Makefile-Linux | 4 ++-- 1 file 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 -- 2.25.1