Date: Mon, 7 Nov 2011 09:42:22 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r227299 - head/usr.bin/dc Message-ID: <201111070942.pA79gMA3068037@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111070942.pA79gMA3068037>