summaryrefslogtreecommitdiff
path: root/textproc/groonga/hacks.mk
blob: 80ce8d01fb8c577cc1c7d0a07a57a6dbf73db4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: hacks.mk,v 1.3 2014/05/31 08:30:27 obache Exp $

.if !defined(GROONGA_HACKS_MK)
GROONGA_HACKS_MK=	# defined

.include "../../mk/compiler.mk"

# Build with optimization. Avoids crash in expr.c
.if !empty(CC_VERSION:Mclang-*) && !empty(CFLAGS:M-O*)
PKG_HACKS+=	clang-optimization
UNLIMIT_RESOURCES+=	datasize
.endif

.endif