diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-04-15 15:51:41 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-04-15 15:51:41 +0000 |
commit | 4411c0fc25f0e42fe879ab014be93561b96ecb7c (patch) | |
tree | 286dcebe49db7de4f32ae204b8213ef3c9db9989 /usr.bin/rcs | |
parent | 337460c2973ec381971487a46578087fa8854dd2 (diff) |
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@
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 <bsd.prog.mk> |