1
2.include <src.opts.mk>
3
4PACKAGE=	clang
5MK_PIE:=	no	# Explicit libXXX.a references
6
7.if ${MK_LLVM_FULL_DEBUGINFO} == "no"
8.if ${COMPILER_TYPE} == "clang"
9DEBUG_FILES_CFLAGS= -gline-tables-only
10.else
11DEBUG_FILES_CFLAGS= -g1
12.endif
13.endif
14
15WARNS?=		0
16