summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2010-02-03 19:12:27 +0000
committergabor <gabor@FreeBSD.org>2010-02-03 19:12:27 +0000
commit37308a65e9deac7fd7de97c79f9e6a51754f1d16 (patch)
tree593b3842580cb649ab9449c8b0bc9876769084c2 /usr.bin/dc
parent24bb3d4208014ad3223c46ba15ea2630fcb6df36 (diff)
downloadFreeBSD-src-37308a65e9deac7fd7de97c79f9e6a51754f1d16.zip
FreeBSD-src-37308a65e9deac7fd7de97c79f9e6a51754f1d16.tar.gz
- style.Makefile(5)
Submitted by: uqs Approved by: delphij (mentor)
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