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 2011-11-07 09:42:22 +00:00
parent 18ace57344
commit 142b194b5f

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