svn commit: r227299 - head/usr.bin/dc

Ed Schouten ed at FreeBSD.org
Mon Nov 7 09:42:23 UTC 2011


Author: ed
Date: Mon Nov  7 09:42:22 2011
New Revision: 227299
URL: http://svn.freebsd.org/changeset/base/227299

Log:
  Remove unneeded CFLAGS.
  
  Such optimisations should not be performed in this Makefile. Also, uqs@
  suggested they have no effect, because the checksum of the resulting
  binary is unchanged.
  
  Discussed with:	gabor, uqs

Modified:
  head/usr.bin/dc/Makefile

Modified: head/usr.bin/dc/Makefile
==============================================================================
--- head/usr.bin/dc/Makefile	Mon Nov  7 09:29:10 2011	(r227298)
+++ head/usr.bin/dc/Makefile	Mon Nov  7 09:42:22 2011	(r227299)
@@ -3,7 +3,6 @@
 
 PROG=	dc
 SRCS=	dc.c bcode.c inout.c mem.c stack.c
-CFLAGS+=--param max-inline-insns-single=64
 DPADD=	${LIBCRYPTO}
 LDADD=	-lcrypto
 


More information about the svn-src-head mailing list