From: Tony Finch Date: Mon, 11 Aug 2008 15:30:02 +0000 (+0000) Subject: Remove a spurious -g that slipped in to the last commit. X-Git-Tag: DEVEL_PDKIM_START~25 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/1af4e1f4050add067ac7b83d85e1c946cf4ffc4f Remove a spurious -g that slipped in to the last commit. --- 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