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
This commit is contained in:
Ed Schouten 2011-11-07 09:42:22 +00:00
parent 2a9cd9b3a1
commit 0c66031ab1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227299

View File

@ -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