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:
parent
18ace57344
commit
142b194b5f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user