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
2a9cd9b3a1
commit
0c66031ab1
@ -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