From 4411c0fc25f0e42fe879ab014be93561b96ecb7c Mon Sep 17 00:00:00 2001 From: Igor Sobrado Date: Thu, 15 Apr 2010 15:51:41 +0000 Subject: remove debugging information from the rcs binary; this saves 200K; a similar change for OpenCVS would save 600K, but we choosed not applying this one yet, as OpenCVS is under development. ok xsa@ --- usr.bin/rcs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/rcs') diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 00767084fef..1a57dd4df45 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2009/06/25 14:14:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.39 2010/04/15 15:51:40 sobrado Exp $ PROG= rcs MAN= ci.1 co.1 ident.1 merge.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1 @@ -18,7 +18,6 @@ CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes CFLAGS+=-Wmissing-declarations CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual CFLAGS+=-Wsign-compare -DEBUG= -g -ggdb YFLAGS= .include -- cgit v1.2.3