From 0c66031ab1baa32e5ab0da169b8bd6432e8475af Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Mon, 7 Nov 2011 09:42:22 +0000 Subject: [PATCH] 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 --- usr.bin/dc/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile index ee91c95508b7..67af146f71cb 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