summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
index 38aeca6..ee91c95 100644
--- a/usr.bin/dc/Makefile
+++ b/usr.bin/dc/Makefile
@@ -3,7 +3,8 @@
PROG= dc
SRCS= dc.c bcode.c inout.c mem.c stack.c
-LDADD= -lcrypto
+CFLAGS+=--param max-inline-insns-single=64
DPADD= ${LIBCRYPTO}
+LDADD= -lcrypto
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud