summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-11-07 09:42:22 +0000
committered <ed@FreeBSD.org>2011-11-07 09:42:22 +0000
commit142b194b5f6e37104402f01475c0a0da5c2ed13b (patch)
tree2e9d5d835e677ee610bf68853e1bcec058e60a4c /usr.bin/dc/Makefile
parent18ace573446f79bf0193d56e3d0946cb38a77fa0 (diff)
downloadFreeBSD-src-142b194b5f6e37104402f01475c0a0da5c2ed13b.zip
FreeBSD-src-142b194b5f6e37104402f01475c0a0da5c2ed13b.tar.gz
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
Diffstat (limited to 'usr.bin/dc/Makefile')
-rw-r--r--usr.bin/dc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
index ee91c95..67af146 100644
--- a/usr.bin/dc/Makefile
+++ b/usr.bin/dc/Makefile
@@ -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
OpenPOWER on IntegriCloud