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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to