xref: /freebsd/usr.bin/clang/Makefile.inc (revision 2e47f35be5dc61945afdbd1a70e8fd505c032c94)
1.include <src.opts.mk>
2
3.if defined(TOOLS_PREFIX)
4MK_PIE:=	no	# Explicit libXXX.a references
5.endif
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
17.include "../Makefile.inc"
18